> For the complete documentation index, see [llms.txt](https://docs.lionparcel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lionparcel.com/guides/guides-en/shopify/customer-checkout-experience.md).

# Customer Checkout Experience

Note: the storefront display in this documentation is a Lion Parcel demo store. Differences in layout, navigation, and UI may occur depending on each business's theme and configuration.

### Shopping Flow

* access the URL/domain of your online store
* Use the category menu to browse products
* Click a product to view details, pricing, and shipping information
* Click **Buy Now** for instant checkout or **Add to Cart** to go to the shopping cart

<figure><img src="/files/a256fbfc8ae2d8b648adecc2d872e232ce1bd1b0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/67b48d2b0d4a66b6796d4f46a217117aba09c8fa" alt=""><figcaption></figcaption></figure>

### Checkout Process

* Click **Checkout** to continue the transaction
* Complete the customer information and recipient address
* Select the shipping service from the menu **Shipping Method**

Various Lion Parcel services are available with delivery estimates and automatic insurance options

<figure><img src="/files/6a3922b3f98f7a3df1ad4bc6339f960cf882faa4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4d70e809500f895edc6499a9bb41041dfdee4ae2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bc563a23f0e581bccaa07ebe47c7e5a4795cb9ca" alt=""><figcaption></figcaption></figure>

### Payment Integration

* choose the payment methods available in your store:
  * Credit Card
  * Virtual Account
  * Bank Transfer
  * E-Wallet
  * and other payment methods
* Click **Pay Now** to complete the transaction securely and encrypted

<figure><img src="/files/881bf72a7cc247de7dd8e9279034e2c4125129b2" alt=""><figcaption></figcaption></figure>

### Order Confirmation

* The customer will automatically receive an order confirmation page
* Order details, total payment, and shipping address will appear in real time
* An order notification email will also be sent automatically to the customer

<figure><img src="/files/50fe521a7f3bc9f8c4e78179ec5555fdcf0bff79" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/e1c8917d5ea40b383db8b028f1e3783ff8123c22" alt=""><figcaption></figcaption></figure>

With Lion Parcel integration, customers can enjoy a faster, more transparent, and more professional checkout experience directly from your online store.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.lionparcel.com/guides/guides-en/shopify/customer-checkout-experience.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
