> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/detailed-guide/discount-offer/create-quantity-break.md).

# Create Quantity break

{% hint style="warning" %}
This new feature is replaced by [**Volume discount**](/detailed-guide/discount-offer/create-volume-discount.md) feature in the **Discount offer** category. As a result, you’ll no longer be able to create new quantity breaks, but you can still edit your existing ones.
{% endhint %}

## 1. Bundle information

<figure><img src="/files/7egqRIAesXAa5KbFYsOP" alt=""><figcaption></figcaption></figure>

### 1.1. Bundle title&#x20;

The bundle title is the name of the bundle. It is used for internal management only and is not shown to customers.&#x20;

### 1.2. Block header

The block header is the title of the bundle widget, which will appear on the product page. E.g., Bundle and Save, Buy more save more.

### 1.3. Block description&#x20;

The block description is used to provide customers with more information about the bundle. This field is optional.&#x20;

## 2. Tiers&#x20;

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

A quantity break comes with several tiers. Each tier has its number of products and discounts.

### 2.1. Title&#x20;

The tier title is the name of the tier. It often represents the number of products in tier. E.g., Single, Double, Uno, Trio. &#x20;

### 2.2. Subtitle&#x20;

The subtitle can provide customers with more information about the tier. It is optional.&#x20;

### 2.3. Quantity&#x20;

The number of products in this tier.&#x20;

### 2.4. Discount type&#x20;

There are 2 types of discounts for each tier.&#x20;

* Percentage&#x20;
* Amount&#x20;

### 2.5. Label&#x20;

The label will be displayed above the title. The label can show how much money is saved with the bundle, e.g., 20% off, 30% off.

### 2.6. Tag

The tag will be displayed next to the label. Use the tag to identify each tier.

### 2.7. Pre-selected

Pre-selected is used by default to select a tier.

## 3. Combination

By default, BOGOS bundles work with any other discounts, such as order discounts and shipping discounts. Untick each checkbox to disable the combination with other discounts.&#x20;

* Order discounts&#x20;
* Shipping discount&#x20;


---

# 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.bogos.io/detailed-guide/discount-offer/create-quantity-break.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.
