> For the complete documentation index, see [llms.txt](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/ecommerce-features/quantity-discount.md).

# Quantity discount

Demo: <https://minimog.thememove.com/product/drawstring-t-shirt-dress/>

<figure><img src="/files/8SD9zwDJoYH59L8zn0v2" alt=""><figcaption></figcaption></figure>

*Here is how to create Quantity discount step by step.*

{% embed url="<https://youtu.be/bhnGtrmnE8s>" %}

{% hint style="info" %}
To create Conditional Discounts, you need to install and activate the **Conditional Discounts for WooCommerce** plugin.&#x20;

From the Dashboard, go to **Insight Core >** **Plugins** > **Install &** **Activate Conditional Discounts for WooCommerce by ORION.**
{% endhint %}

**Step 1:** From the admin dashboard, navigate to Products > All Products.

**Step 2:** Select the product you want to set the quantity discount

**Step 3:** At the Product data section, select tab Quantity Based Pricing

![](/files/zjfyqDLhcGVfXFcc9HTz)

**Step 4:** Enable the Quantity discount feature then choose the Discount type as a percentage and fixed amount

<div align="left"><img src="/files/k94vTBU1fyPVUcPUMALF" alt=""></div>

**Step 5:** If you select the Intervals rule, you can set the min and max quantity that visitors have to buy to get the discounts.\
If you select the Steps rule, when the quantity is a multiply of the step, then the discount will be applied.

![](/files/CLZNQOyc2uE7GMyDj3WZ)

**Step 6:** Click Update to save your changes.


---

# 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://minimog-wp.gitbook.io/minimog-ecommerce-wordpress-theme/ecommerce-features/quantity-discount.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.
