> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/theme-settings/theme-settings/cart.md).

# Cart

Defines how the shopping cart behaves, appears, and interacts with customers. You can customize the cart layout, enable terms requirements, and add product or navigation options for when the cart is empty.

### Cart type

Choose how your cart is displayed to customers:

* **Drawer**: Slides in from the side, allowing customers to stay on the same page.
* **Page**: Opens a dedicated cart page.

<div><figure><img src="/files/agZovXYPsVAd1K02VSAE" alt="cart drawer gif showcase"><figcaption><p><strong>Drawer</strong></p></figcaption></figure> <figure><img src="/files/LCzxbx1cdI73cHbc09Mo" alt="cart page gif showcase"><figcaption><p><strong>Page</strong></p></figcaption></figure></div>

### Free shipping limit and lock icon

**Free shipping** - Set the minimum order value required to offer free shipping.

> Enter a round number only (no symbols, letters, or currency signs). [More info](https://help.shopify.com/en/manual/fulfillment/setup/shipping-rates#free-shipping-over-a-certain-value)

**Checkout lock icon**  - Adds a small lock icon beside the checkout button to indicate secure payment processing.

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

### Terms and conditions

* **Enable terms and conditions requirement for checkout:** Requires customers to check a box before proceeding.&#x20;
* **Checkbox label:** Customize the text beside the checkbox.&#x20;

<figure><img src="/files/3nog3tVPzLscEa5r4YNN" alt=""><figcaption></figcaption></figure>

### Empty cart

When the cart is empty, you can display navigation links or product suggestions to encourage continued shopping.

* **Show buttons**: Displays navigation buttons from a selected menu.
* **Menu**: Choose a menu to display as navigation links. Dropdown items will not be shown.
* **Products**: Add specific product recommendations to display in an empty cart.
* **Show recently viewed products**: Display items the customer has recently viewed.

<figure><img src="/files/77dhgK1ogMLI78QC7lRF" alt=""><figcaption></figcaption></figure>


---

# 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://broadcast.presidiocreative.com/theme-settings/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.
