---
title: Working with volume discounts
related:
  - https://docs.kentico.com/k8/e-commerce-features/configuring-and-managing-your-store/products.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

Volume discounts are applied if the customers add appropriate amounts of items of selected [products](https://docs.kentico.com/k8/e-commerce-features/configuring-and-managing-your-store/products.md) to their shopping carts. The system automatically calculates and applies these discounts during the [checkout process](https://docs.kentico.com/k8/e-commerce-features/configuring-and-managing-your-store/checkout-process.md), or while adding new [orders](https://docs.kentico.com/k8/e-commerce-features/configuring-and-managing-your-store/orders.md) or editing existing ones in the administration interface.

You can set up multiple volume discount levels. This allows you to apply different discounts on different amounts of purchased product items. For example, you can provide a 10 % discount if the [customers](https://docs.kentico.com/k8/e-commerce-features/configuring-and-managing-your-store/customers.md) buy at least three _Nike Race Day_ T-shirts and a 15 % discount if they purchase at least five items of this product.

## Adding volume discounts for selected products

You can add volume discounts for selected products in the **Products** application while editing these products.

1. **Edit** () a selected product.
2. Switch to the **Advanced -> Volume discounts** tab.
3. Click **New volume discount**.
4. Enter the volume discount [properties](#reference) as required.

   ![Adding a volume discount](https://docs.kentico.com/docsassets/k8/working-with-volume-discounts/adding_volume_discount.png "Adding a volume discount")
5. Click **Save**.

The system creates for the product a new volume discount. If the customers add at least the specified amount of product items (the **Minimum amount** property) to their shopping carts, the system automatically applies the discount.

## Setting up volume discount levels for selected products

You can add volume discounts for selected products in the **Products** application while editing these products. By adding multiple volume discounts, you can set up volume discount levels for the products.

1. **Edit** () a selected product.
2. Switch to the **Advanced -> Volume discounts** tab.
3. Click **New volume discount**.
4. Enter the volume discount [properties](#reference) as required.
5. Click **Save**.
6. For each new volume discount level, repeat Steps 3 through 5.

   > **Tip:** If you save a volume discount, the system leaves the **Volume discount properties** dialog open.
   >
   > - To add another volume discount, click the **Volume discounts** tab or use the breadcrumb navigation.

The system creates for the product multiple volume discount levels. If the customers add at least the specified amount of product items (the **Minimum amount** property) to their shopping carts, the system automatically applies a volume discount based on the amount of inserted product items.

![Multiple volume discount levels](https://docs.kentico.com/docsassets/k8/working-with-volume-discounts/multiple_volume_discount_levels.png "Multiple volume discount levels")

> **Info:** You can combine proportional value discounts and fixed value discounts in your multiple volume discount levels.

## Modifying volume discounts

You can modify volume discounts for selected products in the **Products** application while editing these products.

1. **Edit** () a selected product.
2. Switch to the **Advanced -> Volume discounts** tab.
3. **Edit** () the volume discount.

   > **Note:** If you set up multiple volume [discount levels](#setting-up-volume-discount-levels-for-selected-products) for the product, select and edit one of the available volume discounts.
4. Modify the volume discount [properties](#reference) as required.
5. Click **Save**.

If the customers add a sufficient amount of items of the product to their shopping carts, the system applies the volume discount based on its updated settings.

## Removing volume discounts

To remove a volume discount from a product:

1. **Edit** () the product in the **Products** application.
2. Switch to the **Advanced -> Volume discounts** tab.
3. Select the required volume discount.
4. Click **Delete** ().
5. Confirm that you want to remove the volume discount (**OK**).

The system removes the volume discount from the product.

> **Tip:** If you set up multiple volume discount levels for the product, repeat Steps 3 through 5 to remove more volume discounts from the product.

## Reference

| **Property**   | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Minimum amount | Here you can specify the minimum amount of product items for the system to apply the volume discount.                                                                                                                                                                                                                                                                                                                                                                                        |
| Discount       | Here you can select the type of volume discount:<br>**By %** - allows you to enter the discount value proportionally.<br>**By currency** - allows you to enter a fixed discount value in your on-line store [main currency](https://docs.kentico.com/k8/e-commerce-features/configuring-and-managing-your-store/currencies.md).                                                                                                                                                              |
| Value per item | Allows you to specify the volume discount per one item of the product.<br>For example,<br>the volume discount is proportional, i.e. **Discount**: _By %_,<br>the price of the product is 50 USD,<br>the value per item is 10.<br>The customer pays 45 USD for each product item.<br>-OR-<br>the volume discount is not proportional, i.e. **Discount**:_By currency_,<br>the price of the product is 50 USD,<br>the value per item is 10.<br>The customer pays 40 USD for each product item. |
