> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/product/pricing/what-are-offers-and-how-to-configure-them/how-to-activate-the-quantity-field-to-sell-multiple-subscriptionsitems-at-once.md).

# Multibuy & Quantity

{% hint style="info" %}
**Multibuy is for selling multiple units of the&#x20;*****same*****&#x20;offer** (for example, 5 seats of the same plan).

If you want to combine *different* offers into one consolidated subscription — typical for B2B scenarios — see [Acquire Multiple Offers in a Single Subscription](https://docs.limio.com/integrations/zuora-integration/manage-your-pricing/how-to-configure-subscriptions-in-limio-offers-with-initial-price-and-zuora-rate-plans/how-to-acquire-multiple-offers-in-a-single-subscription).
{% endhint %}

#### Enabling Multi-Subscription Sales with Limio

Marketers can leverage Limio to facilitate bulk subscription sales, particularly useful in B2B contexts, such as charging $10 per month per user.

**Steps to Activate Multi-Subscription Sales**

1. **Select the Offer/Add-on**\
   Choose the offer or add-on you want to enable for multiple purchases.
2. **Activate Multi-buy Feature**\
   Turn on the ***Allow Multibuy*** option. This feature adds a quantity field, visible to users from the pricing page to checkout and self-service stages.

   <figure><img src="/files/B3sRnA3Fqf2x6cVMz8DO" alt=""><figcaption></figcaption></figure>
3. **Set Quantity Parameters**\
   Define the default, increment, minimum, and maximum quantities allowed for purchase. Note that from release 112 onwards, default quantity are enforced in [https://docs.limio.com/components/component-library/cart-components/component-cart-items](https://docs.limio.com/components/component-library/cart-components/component-cart-items "mention").

<figure><img src="/files/98aMhFgj0rC1iTrMYWdB" alt=""><figcaption></figcaption></figure>

### **Components**

The quantity will be activated across Limio Components. Learn more how the [https://docs.limio.com/components/component-library/cart-components](https://docs.limio.com/components/component-library/cart-components "mention") and [https://docs.limio.com/components/component-library/modular-checkout-components](https://docs.limio.com/components/component-library/modular-checkout-components "mention") handle quantity.

Note that quantity will also be handled different if you use [https://docs.limio.com/product/pricing/what-are-offers-and-how-to-configure-them/volume-pricing](https://docs.limio.com/product/pricing/what-are-offers-and-how-to-configure-them/volume-pricing "mention").

### **Zuora Integration**

Go to [https://docs.limio.com/integrations/zuora-integration/manage-your-pricing](https://docs.limio.com/integrations/zuora-integration/manage-your-pricing "mention") to learn more about the impact of quantity on pricing.


---

# 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.limio.com/product/pricing/what-are-offers-and-how-to-configure-them/how-to-activate-the-quantity-field-to-sell-multiple-subscriptionsitems-at-once.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.
