> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/ella-7-documentation/theme-settings/global-features/cart.md).

# Cart

Configure cart type, visibility of extra fields and an optional free-shipping progress message shown in the cart. Use these to control the cart UI and messaging before checkout.

1. From your Shopify admin, go to **Online Store ->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Cart.**

<figure><img src="/files/1jLFMk11RaeBqA1LgR7q" alt=""><figcaption></figcaption></figure>

### Cart Settings

| Settings                                       | Type     | Default         | Description                                                |
| ---------------------------------------------- | -------- | --------------- | ---------------------------------------------------------- |
| Cart Type                                      | select   | drawer          | Choose cart presentation: drawer, page, or modal.          |
| Show Vendor                                    | checkbox | false           | Show product vendor/supplier in cart line items.           |
| Show Item Subtotal                             | checkbox | false           | Display per-line subtotal for each cart item.              |
| Show Cart Note                                 | checkbox | false           | Show the cart note field to collect customer notes.        |
| Gift Wrap Product                              | product  |                 | Product chosen as a gift-wrap option (linked product).     |
| Quick Edit Cart Picker Type                    | select   | pills           | Quick edit UI style for cart item options (pills/select).  |
| Show Calculator Free Shipping Message          | checkbox | true            | Toggle the free-shipping progress message inside the cart. |
| Calculator Free Shipping Message Price         | text     | 800             | Target price value for free shipping calculation.          |
| Calculator Free Shipping Message Icon          | select   | shipping\_truck | Icon used next to the free-shipping message.               |
| Calculator Free Shipping Message Height        | range    | 10              | Vertical spacing/height for the message element.           |
| Calculator Free Shipping Message Border Radius | range    | 10              | Corner radius for the message container.                   |
| Calculator Free Shipping Message Color         | color    | #808080         | Text/icon color for the free-shipping message.             |
| Calculator Free Shipping Message Bg            | color    | #a9a9a9         | Background color for the message container.                |
| Calculator Free Shipping Message Bg 1          | color    | #d12442         | Gradient color stop #1 for the message background.         |
| Calculator Free Shipping Message Bg 2          | color    | #ff5431         | Gradient color stop #2 for the message background.         |
| Calculator Free Shipping Message Bg 3          | color    | #69c69c         | Gradient color stop #3 for the message background.         |
| Calculator Free Shipping Message Bg 4          | color    | #69c69c         | Gradient color stop #4 for the message background.         |

### Need More Help? <a href="#section-settings" id="section-settings"></a>

If you experience any difficulties or require extra support with your Ella theme, feel free to contact our support team through our [Ticket System](https://halosoft.ticksy.com/) — we’ll get back to you within 24 hours.

Simply scan the QR code below to join our Facebook community and stay updated with the latest news, tips, and announcements.

<div align="left"><figure><img src="/files/u3Ke6fbPZZvBlBetfneg" alt="Halothemes Community" width="233"><figcaption></figcaption></figure></div>

<a href="https://www.facebook.com/groups/halothemescommunity" class="button primary" data-icon="comment-dots">Join HaloThemes Community</a>


---

# 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://halosoft.gitbook.io/ella-7-documentation/theme-settings/global-features/cart.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.
