# Cart

{% hint style="danger" %} <mark style="color:red;">Theme retirement</mark> | Context is no longer available on the Shopify theme store. **Theme support and updates for current users will end after May 18, 2024**. [Learn more here](/context/readme/theme-retirement.md).
{% endhint %}

From the **Cart** theme settings panel, you can add some functionality to the quick cart and cart page. You can also enable [Quick shop](/context/cart/quick-shop.md) to allow customers to add products directly to their cart.

### Quick cart popup

By default, a popup quick cart appears when a product is added. Customers can remove or increase the quantity products, see 'Recently viewed' items, and choose to go to the cart page.

To disable the option to **Show notification when item is added to cart,** go to **Theme settings** > **Cart.** When disabled, customers will be taken directly to the cart page when they click the cart icon.

## Settings reference

In **Theme settings**, click on the **Cart** tab to find the settings:

| Setting                                      | Description                                                                                                                                    |
| -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Show notification when item is added to cart | Show a popup notification message whenever the customer adds an item to their cart.                                                            |
| Enable cart notes                            | Let customers add special shipping instructions for their order.                                                                               |
| Enable quick shop                            | Show an 'Add to cart' button on all product cards across your site.                                                                            |
| Show quick shop quantity input               | <p>Allow customers to choose how many of a product to add to cart.<br><br>If this setting is disabled, then the default amount, 1 is used.</p> |

<br>

***

> **Related links**\
> [Templates](/context/pages/templates.md)


---

# 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.fluorescent.co/context/cart/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.
