# Quantity Limit Discount

**QUANTITY LIMIT DISCOUNTS**

Limited Quantity Discounts allow you to apply a discount to a specific number of units per transaction (for example, 20% off up to 4 units).

**How It Works**

**Discount Limit Qty**

* When a Discount Limit Quantity is set, the discount applies only up to that number of units per transaction.
* Example:
  * Limit set to 4 units
  * Customer purchases 6 units
  * First 4 units receive the discount
  * Remaining 2 units are sold at regular price

![](/files/8df5875045f4dc11e289a109b2df296ff2d80872)

**Discount Exempt if Over Limit**

* When this option is enabled, the discount applies only if the customer stays within the quantity limit.
* If the customer exceeds the limit, no items in the transaction will be discounted.
* Example:
  * Limit set to 4 units
  * Customer purchases 5 units
  * No units receive the discount

![](/files/d4d9c2788ae56c93d4167312baa8bdd5f3b62b4c)


---

# Agent Instructions: 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:

```
GET https://support.barnetpos.com/liquor-store-portal/product-maintenance/discounts/quantity-limit-discount.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
