> For the complete documentation index, see [llms.txt](https://support.storefront.co.za/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.storefront.co.za/release-notes/enhancements/2025-enhancements/september-2025-enhancements/toast-notifications.md).

# Toast Notifications

The **Toast Notification** system has replaced the older validation method on the storefront. This upgrade provides customers with clearer, faster, and more user‑friendly feedback during their shopping journey.

***

### What Are Toast Notifications?

Toast notifications are small, unobtrusive pop‑up messages that appear briefly on the screen to inform users of an action’s result. They disappear automatically after a short time and do not interrupt the shopping flow.

Examples include:

* **“Item added to cart successfully”**
* **“Please select a size before adding to cart”**
* **“Your changes have been saved”**

***

### Benefits

**1) Clear and instant feedback**\
Shoppers immediately know if their action was successful or if further input is needed, reducing confusion.

**2) Non‑intrusive design**\
Unlike old validation pop‑ups or error reloads, toast messages do not block the user’s progress and fade out naturally.

**3) Improved mobile experience**\
On mobile devices, toast notifications provide lightweight feedback without forcing full page reloads or modal interruptions.

**4) Consistency across the store**\
All system messages now follow the same format, improving the overall look and feel of the storefront.

**5) Reduced abandonment**\
When customers understand exactly what’s happening, they’re less likely to abandon their cart due to frustration or confusion.

***

### Key Differences from the Old Validation System

* **Before:** Users often had to deal with disruptive error pages, reloads, or alerts.
* **Now:** Lightweight messages appear inline, with minimal disruption.
* **Result:** Faster, smoother, and more modern shopping experience.

***

### Summary

The move to **Toast Notifications** modernises OrderEazi Commerce’s communication with shoppers. By delivering clear, instant, and non‑intrusive feedback, this system enhances both usability and customer satisfaction.


---

# 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://support.storefront.co.za/release-notes/enhancements/2025-enhancements/september-2025-enhancements/toast-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.
