# Cart

<figure><img src="/files/GSXCijM4K7SimaYG5PHY" alt=""><figcaption><p>Shopping cart</p></figcaption></figure>

This settings block is intended for general **Cart** settings on the site.

In order to get to the **Cart** settings block, you need to go to **`Customizer`** → **`Theme Settings`** → **`Cart`**.

<figure><img src="/files/oUW20rnJG0qMJq9sdsdp" alt=""><figcaption><p>"Cart" in Customizer</p></figcaption></figure>

## **Settings**

### General

<figure><img src="/files/uKl2JrNbsYzY7arUWFC7" alt=""><figcaption><p>General Settings</p></figcaption></figure>

1. **`Cart type`** - the setting is responsible for the type of cart. It has two values: *drawer, page*;
2. **`Show product vendor`** - the setting is responsible for showing/hiding the **product vendor**;
3. **`Show cart notes`** - the setting is responsible for showing/hiding **cart notes**;
4. **`Show tax and shipping message`** - the setting is responsible for showing/hiding the **tax and shipping message**;
5. **`Show dynamic checkout buttons`** - the setting is responsible for showing/hiding **dynamic checkout buttons**;
6. **`Show payment types`** - the setting is responsible for showing/hiding **payment types**;
7. **`Show shipping rates calculator`** - enable the shipping rates calculator in the cart drawer and cart page. If you have multiple currencies in your store - disable this feature. The shipping calculator does not support the store with multiple currencies;
8. **`Checkout button label`** - label for the **Checkout** button.

<figure><img src="/files/veVLWNACQsV9NgZshLAJ" alt=""><figcaption><p>7.<strong><code>Show shipping rates calculator</code></strong></p></figcaption></figure>

### Cart notification

<figure><img src="/files/nSGxOF8AcfSlm7NkFFG7" alt=""><figcaption><p>Cart Notification</p></figcaption></figure>

1. **`Show cart notification`** - the setting is responsible for showing/hiding the notification popup when adding to the cart;
2. **`Background color`** - the setting is responsible for the background color of the popup;
3. **`Heading color`** - the setting is resposible for the title color of the popup;
4. **`Text color`** - the setting is responsible for the text color of the popup;
5. **`Close button color`** - the setting is responsible for the close button color of the popup.

### Empty cart

<figure><img src="/files/n1xLQuuPAntdEK9KlKDk" alt=""><figcaption><p>Empty Cart Settings</p></figcaption></figure>

1. **`Empty cart heading`** - message displayed when the cart is empty;
2. **`Show continue shopping link`** - the setting is responsible for showing/hiding the link;
3. **`Empty cart link text`** - link text displayed when the cart is empty;
4. **`Empty cart link URL`** - URL of the link displayed when the cart is empty **(/collections/all - default)**.

### **Minimum order amount**

<figure><img src="/files/wnsuQugwFnS6XfA4UEbw" alt=""><figcaption><p>Minimum order amount Settings</p></figcaption></figure>

1. **`Enable`** - enable minimum order amount block;
2. **`Goal amount`** - subtotal that allows the client to go to checkout;
3. **`Goal message`** - message to show the client if he is not eligible to go to checkout;
4. **`Goal is reached message`** - message to show client if he is eligible to go to checkout;
5. **`Text color`** - message to show client if he is not eligible to go to checkout color;
6. **`Reached goal text color`** - message to show client if he is eligible to go to checkout color.

**Disclaimer:** This feature only makes the checkout button disabled, the user still can go to checkout with a direct link.


---

# 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://utd-bv.gitbook.io/manual-shopify-theme-ultra/theme-settings/general/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.
