> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/b2b-bulk-order/features/cart-notifications.md).

# Cart Notifications

Go to **Settings > Toast** to configure the pop-up notification ("toast") shown after Collection Quick Order or Variant Table adds items to cart. A **Live preview** card lets you toggle between the Success and Error preview while you adjust settings.

Turn on **"Show toast after add to cart"** — *"Display a toast when Collection Quick Buy or Variant Table adds items to cart successfully."*

{% hint style="info" %}
Quick Order Form doesn't use this toast — it shows its own inline order summary and cart total instead.
{% endhint %}

## Display

* **Position** — Top right, Top left, Bottom right, or Bottom left.
* **Duration** — how long the toast stays visible, in milliseconds (1200–12000, default 5000).

## Cart action button

Turn on **"Cart action button"** to add a **"View cart and checkout"** link to the success toast.

{% hint style="info" %}
Toast copy (the heading and message text) is managed separately, in **Settings > Translations**.
{% endhint %}

## Style

Color swatches for Background, Text, Error background, Error text, Success accent, Error accent, and Border, plus:

* **Border radius** — 0–28px
* **Width** — 260–520px

Saving shows **"Toast settings saved"**, or **"Unable to save toast settings"** if something goes wrong.

<figure><img src="/files/7eBGuyoQf3yIHnjzO2O5" alt="Toast settings page with live preview"><figcaption><p>Toast settings with live preview</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.samita.io/b2b-bulk-order/features/cart-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
