# Cart

### Cart

The cart is where customers review their selected products before checkout. In this section, you’ll learn how to customize the look and behavior of the cart, including layout, disclaimers, drawer settings, and upsell options.

<br>

To customize your cart settings:

1. In the theme editor (**Customize**), click **Theme settings.**
2. Locate **Cart**.
3. **Customize** the following settings:<br>

| Setting                              | Description                                                                                                  |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| Cart type                            | Select how the cart is displayed: either as a **slide-out drawer** or a **full page.**                       |
| Disclaimer                           | Add a custom message (such as shipping notes, return policies, or tax information) that appears in the cart. |
| Cart drawer – Show drawer in preview | Allows you to preview the cart drawer in the theme editor (for design purposes only).                        |
| Cart drawer – Color scheme           | Sets the color scheme applied to the cart drawer.                                                            |
| Cart upsell  – Show cart upsell      | Toggles an upsell block in the cart to promote additional products.                                          |
| Cart upsell – Caption                | Defines the text shown above the upsell block (e.g., “You may also like”).                                   |
| Cart upsell – Color scheme           | Sets the color scheme applied to the upsell block.                                                           |

<br>


---

# 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://raidho.gitbook.io/monterrey-theme/settings/editor/cart.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.
