# Cart & Checkout

{% hint style="success" %}
Steps

1. In the theme editor (**Customize**), open the template selector.
2. Select **Checkout.**
3. Make necessary changes.
4. **Save.**
   {% endhint %}

{% embed url="<https://opulent.gitbook.io/opulent-os2.0/~/changes/sGdsCZU8pTi0yfwEaHCJ/checkout>" %}

## Cart

Merchants have the flexibility to incorporate any section listed in the Theme sections onto the cart page. However, there is also a dedicated section specifically designed for the cart page.

{% hint style="info" %}
Steps

1. In the theme editor (**Customize**), open the template selector
2. Select **Cart**
3. On the left-side bar, select **Cart template.**
4. Make necessary changes **> Save.**
   {% endhint %}

* Display cart note: Let users include any additional notes for the store to review before shipping.
* Display discount code: Offer any special promotion coupons.
* Display estimated shipping rates: Allow users to input their address to calculate the shipping fee.
* Trust badge image.

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


---

# Agent Instructions: 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:

```
GET https://4sh-templates.gitbook.io/opulent-os2.0/other-pages/cart-and-checkout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
