# Dollarlabs: Bundle Discounts

## **How to Use Bundle Discounts in Dollar Labs**

Dollar Labs offers a unique **Bundle Discount** feature that lets you create tier-based discounts across products, collections, or specific items. This guide walks you through how the feature works and how to configure your first bundle discount from start to finish.

{% embed url="<https://dollarlabs.neetorecord.com/watch/98f2f8059dc2c4257ad2>" %}

***

### **What Are Bundle Discounts?**

Bundle Discounts allow you to apply different discount rules based on the **combined quantity** of items added to the cart from a selected collection or product group.

You can:

* Create multiple **quantity tiers**
* Set **different discount types per unit** (percentage, fixed amount off, fixed price)
* Choose **sorting logic** so the right items get the right discounts
* Control what happens to **additional items beyond your tiers**
* Schedule the discount with start/end dates

This level of control is not available in native Shopify discounts — it’s a powerful upgrade for creating "Buy More, Save More" offers.

***

### **Creating a Bundle Discount**

#### **Step 1: Start a New Discount**

1. Open the Dollar Labs app.
2. Click **Create Discount**.
3. You’ll be taken to the discount configuration page.
4. Enter your **discount title** (this appears on your storefront).

***

### **Step 2: Choose Where the Discount Applies**

You can apply the discount to:

* **All products**
* **Specific collections**
* **Specific products**

Use the selector to choose the products/collections you want included.\
\&#xNAN;*Example from the video:* The user selects the **Hydrogen Collection**.

***

### **Step 3: Configure Quantity Tiers**

This is the heart of Bundle Discounts.

Each tier includes:

* **Operator** → Equal To (=) or Greater Than/Equal To (≥)
* **Quantity** → Total quantity threshold from the selected collection
* **Sorting** → Low to High, High to Low, or No Sorting (sorted per unit price)
* **Discounts per item position** → Apply different discounts to different items inside the sorted list

#### **How Quantity Tiers Work**

The quantity is calculated from the **sum of all units** of eligible items in the cart.

✔ Means **3 units of a single product counts** as 3.\
✔ Means **mixing 3 different products also counts** as 3.

***

### **Example Tier Setup**&#x20;

#### **Tier 1**

* **Operator:** Equal to
* **Quantity:** 1
* **Sorting:** None
* **Discount:** 25% off&#x20;

#### **Tier 2**

* **Operator:** Equal to
* **Quantity:** 2
* **Sorting:** High to Low
* **Discounts:**
  * Higher priced item → **No discount**
  * Cheapest item → Fixed price of $99

#### **Tier 3**

* **Operator:** ≥ (Greater Than or Equal To)
* **Quantity:** 3
* **Sorting:** High to Low
* **Discounts:**
  * Costliest item → No discount
  * Second item → **25% off**&#x20;
  * Third item → **Fixed price of $99**
* **All remaining items:**
  * At $99
  * You can choose to give a percentage/fixed amount/fixed price if needed

This creates a flexible “Buy 1, Buy 2, Buy 3+” promotion with different rules on each step.

***

### **Step 4: Combination Settings (Optional)**

Since bundle discounts are **automatic discounts**, you can choose whether or not this discount should combine with:

* Product discounts
* Order discounts
* Shipping discounts

Just select the ones you want to allow.

***

### **Step 5: Schedule the Discount**

Use the **Start and End Date** fields to set:

* Immediate activation (if nothing is set)
* A future schedule

***

### **Step 6: Save Your Discount**

Give your discount a meaningful name (e.g., “Tier Breaks”) and click **Save**.

***

## **When to Use Bundle Discounts**

Bundle Discounts are perfect for:

* Buy X Get Y structured offers
* Buy More Save More campaigns
* Gradual tiered incentives
* Multi-item upsell promotions
* Seasonal bundles
* Collection-based volume pricing

Examples you can run:

* “First jar ₹99, second jar 40% off, third jar ₹199, rest full price”
* “Buy 3 items from the Summer Collection and get the cheapest one free”
* “Buy 2 or more bags of coffee and save ₹100 on the premium roast”

***

## **Need Help?**

If you're unsure about the best configuration for your store or want help modeling a specific discount, feel free to reach out to the Dollar Labs support team. We’re always happy to assist.


---

# 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://help.dollarlabs.io/dollarlabs-bundle-discounts.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.
