> For the complete documentation index, see [llms.txt](https://uniocode.gitbook.io/stack-discounts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uniocode.gitbook.io/stack-discounts/release-notes/2026-05-19.md).

# 2026-05-19

### Discount Limits

We’ve added new **Discount Limits** options for the **Amount Off Products** discount type, giving you more control over how discounts are applied across quantities in the cart.

These settings are especially useful for promotions like:

* “Discount only first 3 items”
* “Skip the first item and discount the rest”
* Limiting exposure on high-quantity purchases
* “Buy one, get discount on additional items”

We now support two new options to limit discounts: **Maximum quantity to discount** and **Do not discount first N quantities**.

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

#### Maximum quantity to discount

Limit how many quantities can receive the discount.

**Example**

* Product price: $20
* Discount: 50% off
* Maximum quantity to discount: 2
* Customer purchases: 5 quantities

Result:

* First 2 quantities receive 50% off
* Remaining 3 quantities are charged at full price

#### Do not discount first N quantities

Skip the first quantities and start applying the discount only after that threshold.

**Example**

* Product price: $20
* Discount: 50% off
* Do not discount first N quantities: 1
* Customer purchases: 3 quantities

Result:

* First quantity remains full price
* Remaining 2 quantities receive 50% off

#### Discount limits are applied according to the **"Discount allocation priority"** setting.

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

* If **Lowest Price** is selected:
  * **Maximum quantity to discount** applies discounts to lower-priced items first.
  * **Do not discount first N quantities** skips higher-priced items first.
* If **Highest Price** is selected:
  * **Maximum quantity to discount** applies discounts to higher-priced items first.
  * **Do not discount first N quantities** skips lower-priced items first.
