# Added to cart popup

The **Purchase confirmation popup** appears when customers add an item to their cart. Customers can review their items, click to view the cart page, or close the notification to continue shopping.

The confirmation popup displays the [Free shipping bar](/cornerstone/cart/free-shipping-bar.md) and [Low inventory warning](/cornerstone/cart/low-inventory-warning.md), when enabled.

### **Disable purchase confirmation popup**

You can turn off the purchase confirmation popup in the **Quick cart** section settings. If disabled, the **Quick cart** will appear instead when an item is added.

<details>

<summary><mark style="color:blue;"><strong>STEPS</strong></mark></summary>

In your theme editor (**Customize**):

1. Under “Overlays”, click the **Quick cart** section to open the settings.
2. Click to uncheck the **Enable purchase confirmation popup** option.
3. Click **Save**.

</details>

<br>

***

> **Related links**
>
> [Quick cart](/cornerstone/cart/quick-cart.md)\
> [Free shipping bar](/cornerstone/cart/free-shipping-bar.md)\
> [Low inventory warning](/cornerstone/cart/low-inventory-warning.md)\
> [Cart page](/cornerstone/cart/cart-page.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/cornerstone/cart/quick-cart/added-to-cart-popup.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.
