> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/discounts-and-schedules/setting-up-discounts.md).

# Discounts

Your store may offer common discounts such as Mix and Match or Buy X and Get Y for Z. Use this setup screen to define discounts that your store offers.

1. Click **Merchandising**.
2. Click **Discounts**.
3. Do one of the following:

* To add a new discount, click **New**.
* To edit an existing discount, select it and click **Edit**.
* To copy an existing discount, select it and click **Copy**.

4. In the **Description** field enter the name of the discount.
5. Select the discount option and the parameters of the discount.

<details>

<summary><img src="/files/Bdprh8VktJ8YD1YS6AjL" alt="" data-size="original"></summary>

<table><thead><tr><th valign="top">Option</th><th valign="top">Field</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Mix and Match: Unit Price</td><td valign="top"></td><td valign="top">Select this option if you want to offer a lower unit price for an item if the customer buys the specified quantity, e.g., the item is regularly $0.79/ea. but you are offering a discount of $0.50/ea. if the customer buys 3 of the same item.</td></tr><tr><td valign="top">Pricing Schedule</td><td valign="top">Quantity</td><td valign="top">The quantity of the item the customer must buy to qualify for the lower unit price.</td></tr><tr><td valign="top"></td><td valign="top">Reg. Price</td><td valign="top">The price for the specified quantity, i.e., the discounted price times the number of items.</td></tr><tr><td valign="top"></td><td valign="top">Level</td><td valign="top">The price for the specified quantity, i.e., the discounted price times the number of items, if the customer buys additional items in the specified quantity. Examples might include 3 for $0.50 (Reg. Price $1.50) and 6 for $0.45 (Level A $2.70).</td></tr><tr><td valign="top"></td><td valign="top">Discount odd items</td><td valign="top">Select this option to extend the discounted unit price to items above the Quantity that do not meet the next Level discount. Examples might include an item that is regularly $0.79/ea. with a discount of $0.50/ea. if the customer buys 3 of the same item. If Discount odd items is selected and the customer buys 4 of the same item, the customer pays the discount unit price of $0.50/ea. for the 4 items.</td></tr><tr><td valign="top">Mix and Match: Percent Off</td><td valign="top"></td><td valign="top">Select this option if you want to offer a percent reduction on the price of the item if the customer buys the specified quantity, e.g., you are offering a discount of 30% off the price if the customer buys 3 of the same item.</td></tr><tr><td valign="top">Pricing Schedule</td><td valign="top">Quantity</td><td valign="top">The quantity of the item the customer must buy to qualify for the percent reduction in price.</td></tr><tr><td valign="top"></td><td valign="top">Reg. Price</td><td valign="top">The percentage discount on price for the specified quantity.</td></tr><tr><td valign="top"></td><td valign="top">Level</td><td valign="top">The percentage discount for the specified quantity if the customer buys additional items in the specified quantity. Examples might include 30% off the price if the customer buys 3 of the same item and 35% off the price if the customer buys 6 of the same item.</td></tr><tr><td valign="top"></td><td valign="top">Discount odd items</td><td valign="top">Select this option if you want to extend the percent reduction on the price of the item to items above the Quantity that do not meet the next Level of discount. Examples might include a discount of 30% off the price if the customer buys 3 of the same item. If Discount odd items is selected and the customer buys 4 of the same item, the customer pays the discount price of 30% off for the 4 items.</td></tr><tr><td valign="top">Buy X and get Y for Z: Unit Price</td><td valign="top"></td><td valign="top">Select this option if you want to offer items for free or at a lower unit price if the customer buys the specified quantity of items at full price, e.g., buy one t-shirt at full price ($29.99), get a second t-shirt for $15.99.</td></tr><tr><td valign="top">Pricing Schedule</td><td valign="top">Quantity to Buy at full price</td><td valign="top">The quantity of the item the customer must buy at full price to qualify for the discount.</td></tr><tr><td valign="top"></td><td valign="top">Quantity to Get at discount</td><td valign="top">The quantity of the item the customer will receive at a discount.</td></tr><tr><td valign="top"></td><td valign="top">Discount Price</td><td valign="top">The unit price for the discounted item(s).</td></tr><tr><td valign="top">Buy X and get Y for Z: Percent Off</td><td valign="top"></td><td valign="top">Select this option if you want to offer items for free or at a percent reduction on price if the customer buys the specified quantity of items at full price, e.g., buy one t-shirt at full price ($29.99), get a second t-shirt at 50% off.</td></tr><tr><td valign="top">Pricing Schedule</td><td valign="top">Quantity to Buy at full price</td><td valign="top">The quantity of the item the customer must buy at full price to qualify for the discount.</td></tr><tr><td valign="top"></td><td valign="top">Quantity to Get at discount</td><td valign="top">The quantity of the item the customer will receive at a discount.</td></tr><tr><td valign="top"></td><td valign="top">Discount Percent</td><td valign="top">The percentage that will be deducted from the price of the discounted item(s).</td></tr></tbody></table>

</details>

6. Click **Save And Close**.


---

# 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.rmhpos.com/store-manager/configure-pos-and-store-manager/discounts-and-schedules/setting-up-discounts.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.
