# Quick shop

{% 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](https://help.fluorescent.co/context/readme/theme-retirement).
{% endhint %}

The **Quick shop** button appears on products across your site and lets customers add products directly to their cart. To disable Quick shop, go to **Theme settings > Cart** and uncheck the **Enable quick shop** option.

When the **Quick shop** button is clicked, the **Quick cart** opens to let customers select the available variants and quantity of products they want to add. You can choose to disable this popup notification in **Theme settings** > **Cart**.

## 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 quick shop                            | Check this checkbox to enable Context's quick shop feature.                                                                                                           |
| Show quick shop quantity input               | <p>Check this checkbox to 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**\
> [Quick cart](https://help.fluorescent.co/context/cart/cart)


---

# 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/quick-shop.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.
