> 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/samita-wholesale-b2b/setting/enable-the-app-wholesale-cart.md).

# Enable the app Wholesale Cart

Once you turn on the app's cart, it replaces your theme's cart for every customer — retail and wholesale alike.

{% hint style="info" %}
Using the app's cart is optional. If you'd rather keep your theme's default cart, you can skip this.
{% endhint %}

## Steps to manage

{% stepper %}
{% step %}

### Turn on the Wholesale cart

Open the app, click **Add-on Features**, turn on the **Wholesale cart** toggle, then click **Customize** to open its editor.

<figure><img src="/files/aN37IWVEv9m4kR7OQcua" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose who sees the cart

On the **General** tab, set **Apply to Customers** to control who the cart applies to, and choose what happens **When the buyer clicks Add to Cart** — **Show Toast** (a small confirmation) or **Show Cart Drawer** (open the cart immediately).

<figure><img src="/files/e4r1KEYqIReOaMrVp0pn" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Style the cart

Click the **Appearance** tab to match the cart's header, content, and footer colors to your theme. For finer control, add custom CSS at the bottom of this tab.

<figure><img src="/files/pcSvW9MiHrieowp8lV2F" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Turn on the discount box (optional)

Still on the **Appearance** tab, enable **Enable discount box** under **Box discount** if you want customers to be able to apply an extra discount code in the cart.
{% endstep %}

{% step %}

### Save

Click **Save** in the bar that appears at the top of the page to publish your changes to your storefront.
{% endstep %}
{% endstepper %}


---

# 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/samita-wholesale-b2b/setting/enable-the-app-wholesale-cart.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.
