# Bulk Clear Cart Button

The **Bulk Clear Cart** button provides customers with a fast, one‑click way to remove all items from their shopping cart. Instead of deleting products one by one, this function wipes the cart clean instantly, improving the checkout experience for customers who want to start fresh.

***

### Benefits

**1) Convenience & speed**\
Shoppers can empty their cart in a single action, saving time compared to removing products individually.

**2) Reduced frustration**\
If a customer adds the wrong items, duplicates, or decides to restart their shopping, they can clear the cart easily without navigating through each item.

**3) Improved user control**\
Customers feel more in control of their shopping experience, which can build trust and satisfaction.

**4) Better cart management**\
Useful during promotions or bulk shopping, where customers frequently adjust their selections and want to refresh their cart quickly.

**5) Lower cart abandonment risk**\
By simplifying the cleanup process, the feature reduces friction and makes it easier for customers to continue shopping rather than abandoning the session.

***

### How It Works

* The button is displayed within the cart page or the dropdown.
* Clicking the button prompts confirmation (optional, based on store setup).
* Once confirmed, **all items are removed from the cart instantly**.
* The customer is left with an empty cart, ready to continue shopping.

***

### Summary

The **Bulk Clear Cart** button is a simple but powerful feature. It improves the customer experience by giving shoppers more flexibility and efficiency in managing their carts, ultimately encouraging them to keep browsing and buying instead of abandoning their session.


---

# 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://support.storefront.co.za/release-notes/new-features/2025-new-features/september-2025-new-features/bulk-clear-cart-button.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.
