> 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/add-on-features/set-up-stock-status-for-products/enable-quick-buy-feature-in-product-card.md).

# Enable Quick Buy feature in Product card

Quick Buy adds an **Add to Cart** option with bulk quantities right on the collection page, so customers don't need to visit each product page individually — speeding up bulk purchasing.

{% hint style="info" %}
You can only create one Quick Buy feature, and it's available exclusively on the **Gold** plan.
{% endhint %}

## Create a Quick Buy collection

{% stepper %}
{% step %}

### Start creating

Open the app, go to **Quick Order Form**, then click **Create** under **Collection Quick Buy**.
{% endstep %}

{% step %}

### Choose your columns

On the **General** tab, under **Show Columns**, there are 5 fields you can show: **Stock status**, **Variant**, **Quantity**, **Volume discount**, and **Add to cart**.

Turn on the toggle for each field you want, and drag-and-drop to reorder them.

<figure><img src="/files/hb6or5W0c07oL8oSu3d7" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Stock status** pulls its data from the Stock Level feature — configure that first, or this field will have nothing to show. See [Set up Stock Status for products](/samita-wholesale-b2b/add-on-features/set-up-stock-status-for-products.md).
{% endhint %}
{% endstep %}

{% step %}

### Set when and where it appears

* **Product targeting** — apply Quick Buy to **All products**, **Specific products or variants**, **Specific collections**, or **Product tags**, and optionally **Exclude products**.
* **Customer targeting** — show it to **All customers**, **Logged-in customers**, or **Customer tags**, and optionally **Exclude Customers**.
* **Page targeting** — tick which pages it shows on: **Home page**, **Collection page**, **Search page**, and/or **Another page (featured products and related products)**.
  {% endstep %}
  {% endstepper %}

## Design the Quick Buy feature

{% stepper %}
{% step %}

### Style it

Click the **Design** tab (the paint-roller icon) and style the **Add to cart button**, **Variant selector**, and **Quantity selector** — colors, text size/weight, border width and radius. Check the live preview on the right to see your changes.

<figure><img src="/files/ZPCV85TgEgaMePu8A8cz" alt=""><figcaption></figcaption></figure>

To make the cart button match your theme's default **Add to cart** button, enable **Same style as add to cart button**.

{% hint style="info" %}
If that doesn't render correctly on your theme, the app falls back to the color settings you configured manually.
{% endhint %}
{% endstep %}

{% step %}

### Save

Click **Save**, then check the result on your storefront.
{% endstep %}

{% step %}

### Translate the text (optional)

Click **Translation** in the tip shown on the Design tab, then choose **Quick Buy Collection** from the list.
{% 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/add-on-features/set-up-stock-status-for-products/enable-quick-buy-feature-in-product-card.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.
