> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.ushopaid.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How pricing works in Mix & Match Bundle Editor

In the Mix & Match Bundle Editor, pricing is configured differently depending on your selected offer type.
There are two pricing systems:
1. **Discount Rules**
2. **Box size & price**

![](https://storage.crisp.chat/users/helpdesk/website/-/4/d/f/1/4df10d1472327800/image_151b4iq.png)

|| The pricing options available depend on your selected bundle offer type.

# 1. Discount Rules
Available for:
* Build a Box
* Buy More Save More
Discount Rules are used when you want to apply promotions based on customer selections.

## Discount conditions
Discounts can be triggered based on:
### Quantity
Example:
```
Buy 3 items → 20% off
```
Condition:
```
Quantity >= 3
```

### Amount
Example:
```
Spend $200 → 20% off
```
Condition:
```
Amount >= $200
```

## Discount actions
Discount Rules support:
### Percentage off
Example:
```
20% off
```

### Amount off
Example:
```
$20 off
```

### Specific price
Example:
```
Bundle total becomes $199
```

### Free gift
Example:
```
Spend $100 → Get a free gift
```

### Free shipping
Example:
```
Spend $200 → Free shipping
```

### Cheapest item discount
Example:
```
Buy 3 items → Cheapest item free
```

### Most expensive item discount
Example:
```
Buy 3 items → Most expensive item 50% off
```

## Required products
You can require specific products before a discount applies.
Example:
Condition:
```
Quantity >= 3
```
Required product:
```
Product A
```
Discount:
```
20% off
```

# 2. Box size & price
Available for:
* Single Box
* Multi Box
Box size & price is used when you want to create bundle boxes with a defined quantity and price.

## Single Box
Use Single Box when you want one bundle option.
Example:
```
Choose any 3 products for $199
```
Configure:
* Box size
* Price
* Compare-at price

## Multi Box
Use Multi Box when you want multiple bundle options.
Example:
```
Box 1:
3 products → $99

Box 2:
5 products → $159

Box 3:
8 products → $199
```
Each box can have its own:
* Quantity
* Price
* Compare-at price

# Product price adjustments
Single Box and Multi Box also support product-level price adjustments.
Use this when some products require an additional charge.
Example:
Base bundle:
```
Choose 3 products for $199
```
Premium product:
```
+$10
```
Final price:
```
$209
```

# Free gift with box
Single Box and Multi Box can also offer a free gift for a specific box.
Example:
```
Choose 5 products

Get 1 free gift
```

# How to choose the right pricing method
## I want customers to build a bundle and get a discount
Use:
**Discount Rules**
Examples:
* Buy 3 get 20% off
* Spend $200 save $20
* Buy 2 get cheapest free
Recommended offers:
* Build a Box
* Buy More Save More

## I want customers to choose products for a fixed price
Use:
**Box size & price**
Example:
```
Choose any 3 products for $199
```
Recommended offers:
* Single Box
* Multi Box

## I want premium products to cost extra
Use:
**Product price adjustments**
Example:
```
Base price: $199

Premium product:
+$10
```
Recommended offers:
* Single Box
* Multi Box

# Important notes
|| Build a Box and Buy More Save More use **Discount Rules** for promotions.
|| Single Box and Multi Box use **Box size & price** for bundle pricing.
|| These two pricing systems solve different bundle scenarios.

# FAQ
## Can I create a bundle without discounts?
Yes.
Discounts are optional.

## Why do I see different discount settings in different templates?
Different offer types use different pricing systems.
Build a Box and Buy More Save More use Discount Rules.
Single Box and Multi Box use Box size & price.

## Can I use percentage discounts with Single Box?
No.
For Single Box, use Box size & price or Product price adjustments.

## Can I create Buy 3 get 1 free?
Yes.
Use Discount Rules:
* Quantity condition
* Cheapest item discount

## Can I create "Choose any 3 products for $199"?
Yes.
Use Single Box with:
* Box size: 3
* Price: $199

## Can premium products cost extra?
Yes.
Use Product price adjustments in Single Box or Multi Box.

# Related guides
[How to Create Your First Mix & Match Bundle](https://support.ushopaid.com/en/article/how-to-create-your-first-mix-match-bundle-18oy20o/)
[How to Configure Product Lists in the Mix & Match Bundle Editor](https://support.ushopaid.com/en/article/how-to-configure-product-lists-in-the-mix-match-bundle-editor-1esirtc/)
[How to Customize Product Cards in the Mix & Match Bundle Editor](https://support.ushopaid.com/en/article/how-to-customize-product-cards-in-the-mix-match-bundle-editor-112rd2p/)