---
title: Example - Applying volume discounts on a selected product
---

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

This page shows how to apply multiple volume discounts on a selected [product](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products.md) on the sample _Dancing Goat MVC_ site.

This example applies volume discounts to the _Bolivia Finca Illimani_ coffee. It sets up three levels of volume discounts that reduce the price of the coffee by a specified percentage if purchased in the configured amounts.

## Selecting the product

First, select the product for which to apply the volume discount.

1. Open the **Products** application.
2. Select **Coffees -> Bolivia Finca Illimani** in the product tree.
3. Switch to the **Advanced -> Volume discounts** tab.

   ![Product volume discounts tab](https://docs.kentico.com/docsassets/13/example-applying-volume-discounts-on-a-selected-product/VolumeDiscountsTab.png "Product volume discounts tab")

Now you can add volume discounts to the product.

## Adding volume discounts to the product

Add three volume discounts to the currently edited product to set up multiple volume discount levels.

1. Click **New volume discount**.
2. Enter the following values for the first volume discount's properties:

   - **Minimum quantity**: 3
   - **Discount**: Percentage
   - **Amount**: 10
3. Click **Save**.
4. Click the **Volume discounts** tab to return to the **Volume discounts** screen.
5. Enter the following values for the second volume discount's properties:

   - **Minimum quantity**: 5
   - **Discount**: Percentage
   - **Amount**: 15
6. Click **Save**.
7. Click the **Volume discounts** tab to return to the **Volume discounts** screen.
8. Enter the following values for the third volume discount's properties:

   - **Minimum quantity**: 10
   - **Discount**: Percentage
   - **Amount**: 20
9. Click **Save**.

The system sets up three volume discount levels by adding to the product three volume discounts. If [customers](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/customers.md) add an appropriate quantity to their shopping carts, the system automatically applies the corresponding volume discount.

## Testing the volume discounts

1. View the live site.
2. Select **Store -> Coffee** in the on-line store's main menu.

   - The system displays a list of all T-shirts offered in the store.
3. Click _Bolivia Finca Illimani_ in the coffee catalogue.
4. Enter _25_ for the amount of product items.

   ![Adding items to cart](https://docs.kentico.com/docsassets/13/example-applying-volume-discounts-on-a-selected-product/VolumeDiscountsLiveSite.png "Adding items to cart")
5. Click **Add to cart**.

   - The system displays the content of your shopping cart with the volume discount from the highest discount level (20%) applied.

If you now click **Check out**, you can continue in the checkout process.
