> For the complete documentation index, see [llms.txt](https://help.dollarlabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dollarlabs.io/dollarlabs-ultimate-discounts/examples/single-code-multiple-offers.md).

# Single code, multiple offers

You can now set up **multiple different offers under a single discount code** — perfect for VIP or tagged customers.

{% hint style="info" %}
Shopify’s native discount system only allows **one offer per code**, even if you target a specific customer segment.
{% endhint %}

With Unified Discount, you can go beyond that — the **same code** can apply **different discounts to different collections, products, or conditions.**

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

***

#### Example Use Case

Let’s say you want to create a single discount code — `VIP-DISCOUNT` — that:

* Gives **10% off** on all items from the **Hydrogen Collection**
* Gives **50% off** on items from the **Complete Collection**&#x20;

You can easily do that in a few steps.

***

#### Step-by-Step Setup

1. **Open the Dollarlabs Ultimate Discounts app**
2. Create a new Unified Discount → General Discount
3. **Set up your first offer (10% off Hydrogen Collection)**
   * Name the offer: `VIP Discount`
   * Set **Discount Type** to **Percentage** and enter **10%**.
   * Under Cart groups, create one as follows
     * Only apply to VIP tagged customers by using Customer Tag → VIP.
     * **Product Collection is one of → Hydrogen.**
   * Enable **Discount Code** and set it to `VIPDISCOUNT`\
     \&#xNAN;*(so the discount is applied only when customers enter this code)*.
4. **Add another offer under the same code**
   * Click **Duplicate Offer**.
   * Change the discount to **50%**.
   * Set the criteria to\
     AND Product ID is one of → Complete.
5. **Save your discount**

***

#### Test Your Setup

1. Make sure you’re **logged in as a VIP-tagged customer.**
2. Add one product from the **Hydrogen Collection** and one from the **Complete Collection** to your cart.
3. Go to checkout and apply the code `VIPDISCOUNT`.

You’ll see:

* The **Hydrogen product** gets **10% off**.
* The **Complete product** gets **50% off**&#x20;

All using the **same discount code.**

***

#### Why This Is Powerful

* Combine **multiple rules and offers** under one code.
* Target **specific customers or segments** with flexible logic.
* Go beyond Shopify’s single-offer-per-code limitation.
* Maintain full control over how many items or which products get discounted.

***

#### Pro Tip

You can take this further:

* Add **more than two** offers under the same code.
* Limit **maximum discount amount** per code.
* Combine **customer tags, collections, spend limits, and more** to fine-tune your promotions.


---

# 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:

```
GET https://help.dollarlabs.io/dollarlabs-ultimate-discounts/examples/single-code-multiple-offers.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.
