For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

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.

  • 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.

Last updated