# Cart

The **Cart** in Shopify is where customers review their selected products before proceeding to checkout. You can customize the **cart page, drawer cart (side cart), cart icon, and cart behavior** to improve the shopping experience.

{% hint style="success" %}

1. **Go to** Shopify Admin > **Online Store > Themes**.
2. Click **Customize** on your active theme.
3. In the Theme Editor, click **Theme Settings > Social Icons**.
   {% endhint %}

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

#### **Cart**

* **Cart Type :** Choose the cart type Drawer / Page
  * **Drawer**: Opens the cart in a side panel without leaving the page.
  * **Page**: Redirects customers to a separate cart page.
* **Cart Note:** Allows customers to add special instructions or notes to their order.

#### **Free Shipping Bar**

* **Enable:** Activates the free shipping progress bar.
* **Minimum Amount:** Sets the order value required for free shipping. (Default: 500)
  * Customers must reach this amount in their cart to qualify.


---

# 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://themessupport.gitbook.io/lollipop-theme/theme-settings/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.
