# Volume Discount

**Title:** Name of the rule discount - Customers will see this title when the discount is applied in their shopping cart and checkout page.&#x20;

<figure><img src="/files/1q9hMTk6xfyx4btIz6fb" alt=""><figcaption><p>Title</p></figcaption></figure>

## Bundle deal

* **Apply to items from:** Choose which products will be eligible for the **Volume Discount** by setting specific conditions. You can apply discounts to:
  * ***All products:*** Discount will be applied to all product on your store.
  * ***Specific Products**:* Only selected products are eligible for the discount.
  * ***Specific Variants**:* Only selected product variants are eligible for the discount.&#x20;
  * ***Product Collections:*** Only products in the selected collection are eligible for the discount.
  * ***Product Tags:*** Only products with the selected tags are eligible for the discount.
  * ***Product Price:*** Only products within the specified price range are eligible for the discount.
    * *Greater Than:* Products priced higher than the set value will qualify for the discount.
    * *Less Than:* Products priced lower than the set value will qualify for the discount.
    * You can combine options by choosing the "Or" or "And" option.&#x20;
  * ***Product Name:*** Products whose names contain the specified content will be eligible for the discount
* **Discount Type**
  * ***Percentage:*** The price will be reduced by a percentage of the original price.
  * ***Fixed Amount:*** The price will be deducted by an amount based on the value you enter.

<figure><img src="/files/srxSErA4IqOST6eyuii8" alt=""><figcaption><p>Bundle deal</p></figcaption></figure>

## Tiers Settings

* **Tiers** (*Up to 6 tiers can be created):*

  * ***Quantity:*** The minimum quantity required to apply the discount.
  * ***Percentage Off/Fixed Amount Off:*** The amount of the discount applied to the bundle if the quantity and product condition are met.
  * ***Selected by default:*** When this option is enabled for a tier, it will be automatically *pre-selected* as the default choice on the frontend.

  <figure><img src="/files/1rQrhvOAgpdKYY9oOTyZ" alt=""><figcaption><p>In-app setting</p></figcaption></figure>

  <figure><img src="/files/e2IGJsrPsnCBHyDC7GDz" alt=""><figcaption><p>Default tier on the frontend</p></figcaption></figure>

  * ***Buy X Get X free:*** Allows customers to receive additional free items when they purchase a specified quantity of the same product.

  <figure><img src="/files/dpeAsTwDztFjZl01s0LI" alt=""><figcaption><p>In-app setting</p></figcaption></figure>

  <figure><img src="/files/vW1tV1ZGZqIi8GL64uYJ" alt=""><figcaption><p>Buy X Get X Free on the storefront</p></figcaption></figure>
* **Minimum quantity applied to**
  * ***Product level:*** Apply to products where the total number of variants in the cart meets the conditions outlined in the rule.
  * ***Variant level*****:** Apply to variants where the total quantity meets the conditions specified in the rule.

## Combinations

Choose whether your Volume Discount can be combined with other discounts available in your store:

* **Product discounts**
* **Order discounts**
* **Shipping discounts**

## **Customer Eligibility**

Choose which customers can see and use the Volume Discount. You can apply one or both of the following conditions:

* **Customer tags:** Restrict the discount to specific customer groups based on tags (e.g., VIP, Wholesale) or prevent a group of customer tags from viewing the offer.
* **Customer status:** Make the discount available only to *logged-in* or *not logged-in customers*.

<figure><img src="/files/X6YsmV6oPWL56bGGJ4va" alt=""><figcaption><p>Customer eligibility</p></figcaption></figure>

## **Active dates**

Choose the Start and End date to set offer's duration. (End date is optional).

<figure><img src="/files/ahDB50P0B3cRRKoJFpXT" alt=""><figcaption><p>Active dates</p></figcaption></figure>

## **Layout**

Adjust how the discount tiers appear on your store and allow customers to select and apply the discount directly from the Volume Discount block without needing extra steps.

* **Display only:** Customers can only view the tier information in the Volume discount block.

<figure><img src="/files/bDVBWtHg5ocitWyaqoNF" alt=""><figcaption><p>Display only</p></figcaption></figure>

* **Interactive:** Customers can click the **"Grab Discount"** button under their preferred tier to instantly add the product to their cart and apply the discount automatically.

<figure><img src="/files/37aOmWkTblbXGXDKGogF" alt=""><figcaption><p>Interactive</p></figcaption></figure>

{% hint style="success" %}
The **Preview** section gives you a real-time view of how the Volume Discount block will appear on your product page.

* To customize the layout and design to match your store’s theme, click **"Edit widget style"** to access the **Styling** section.
* To modify the default text displayed in the block, click **"Edit default text"** to navigate to the **Translations** section for further customization.
  {% endhint %}

<figure><img src="/files/vN6yP1dZpExKIgnS4xNx" alt=""><figcaption><p>Preview</p></figcaption></figure>


---

# 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://document.tek-labs.app/salepify-userguide/user-guides/upsell-offers/volume-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.
