# Cart

***

The **Cart settings** allow you to control how customers interact with their cart, offering flexible display options and features that streamline the path to checkout and improve the overall shopping experience.

### **I. Cart settings**

**1. Cart type:** Defines how the cart appears when a product is added.

{% tabs %}
{% tab title="Page" %}
Redirects customers to the cart page.

<figure><img src="/files/uJJK7HpdhMRblZ4csI62" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Drawer" %}
Opens a slide-out cart from the side without leaving the current page.

<figure><img src="/files/1eVkAyKM3IviZ0AOGl99" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Popup notification" %}
Displays a confirmation popup, allowing customers to review items, go to cart, or continue shopping.

<figure><img src="/files/HkYPT2n6CLfIeiESSxok" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

**2. Cart drawer settings**

* **Show vendor**: Displays the product’s vendor name.
* **Enable cart note**: Adds a note field for special instructions.
* **Allow discounts in cart**: Lets customers apply discount codes directly in the cart drawer.

**3. Product recommendations**

* **Show cart recommendations**: Displays suggested products in the cart drawer.
* **Heading**: Customize the recommendation section title.
* **Number of products to show**: Set the maximum number of recommended products.
* **Enable quick buy button**: Allows quick product preview without leaving the cart.

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

**4. Free shipping message**

* **Show free shipping message**: Enable/disable the feature.
* **Minimum spend**: Set the required amount (e.g., 100).
* **Message**: Dynamic message (e.g., *“You are ||amount|| away from free shipping”*).
* **Message when achieved**: Shown when threshold is met.
* **Progress bar**: Customize the progress indicator color.

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

### **II. Set up free shipping in Shopify admin**

To activate the free shipping message, configure a free shipping rate:

1. Go to **Shopify admin → Settings → Shipping and delivery**

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

2. In **Shipping zones**, click **Add shipping option**

<figure><img src="/files/6e0TUgrlqmaeIg8EkQAb" alt=""><figcaption></figcaption></figure>

3. Enter the **Name**, set **Price = 0.00** (free shipping), and define the **Transit time**

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

5. Click **Done → Save**


---

# 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://help.inspiredtheme.com/articles/theme-settings/inspiredtheme-settings-intro/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.
