> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/soul-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/soul-documentation/theme-settings/cart.md).

# Cart

**Cart** allows customize action after add to cart, cart drawer,...in the theme.

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.**

<table><thead><tr><th width="264">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Cart type</td><td><p>Select type of action after add to cart:</p><ul><li><strong>Drawer</strong>: Show cart drawer.</li><li><strong>Page</strong>: Redirect to cart page.</li><li><strong>Popup notification</strong>: Show popup.</li></ul></td></tr><tr><td>Cart icon</td><td>Cart Icon: Represented as <strong>Cart</strong>, <strong>Bag</strong>, or <strong>Basket</strong>.</td></tr><tr><td>Show vendor</td><td>Displays the vendor on the product card.</td></tr><tr><td>Enable cart note</td><td>Displays cart notes on cart page and cart drawer.</td></tr><tr><td>Checkout button color scheme</td><td>Set the color of the checkout button.</td></tr></tbody></table>

**Free shipping notification**

<div align="left"><figure><img src="/files/EC7jpGBZPiiIxal1hB7Q" alt=""><figcaption></figcaption></figure></div>

**Free shipping notification** shows a progressive bar with a message when customers put more items in their shopping carts.

<table><thead><tr><th width="264">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Enable free shipping notification</td><td> Displays the free shipping notification feature.</td></tr><tr><td>Minimum order price for free shipping</td><td>Fill in the price without currency code that orders totaling more than amount, get free shipping to specific shipping zones. You must <a href="https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/setting-up-shipping-rates">configure your shipping rates</a> first.</td></tr><tr><td>Color scheme</td><td>Set the color for the free shipping notification.</td></tr></tbody></table>

**Cart drawer**

<table><thead><tr><th width="264">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Collection</td><td>Select the collection you want to display. <br><em>Visible when cart drawer is empty.</em></td></tr></tbody></table>


---

# 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/soul-documentation/theme-settings/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.
