> 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/unified-discount-engine-v2/examples-v2/fixed-or-percentage-off-on-a-single-item.md).

# Fixed or Percentage off on a single item

Want to run a promotion where customers get **$50 off just one item**, even if they buy more than one? This guide walks you through creating that using **Dollarlabs Ultimate Discounts**. Perfect for cases like offering **50% off one item**, while keeping the rest at full price.

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

***

#### ✅ Use Case

Give **$50 off** on one eligible product (e.g., a quilt kit) — **only one item per order gets the discount**, even if multiple qualifying products are added.

***

#### 🔧 Step-by-Step Configuration

**1. Choose Discount Type**

* Set the **discount type** to:\
  `Percentage`
* Enter the discount value:\
  `50`

This gives 50% off one qualifying item.

***

**2. Set Conditions for Eligible Items (Cart Group)**

Create a group named **KITS** and set the following conditions:

* ✅ **Product collection is** → select the **Quilt Kits** collection.
* ✅ **Customer tag is** → select the eligible customer tag(s).
* 🚫 **Product collection is NOT** → select **Clearance Fabrics** (or whatever exclusions apply).

> This ensures only **non-clearance quilt kits** and **specific tagged customers** are eligible.

***

**3. Add Rules (Eligibility Logic)**

Set up a rule to check the presence of eligible items in the cart:

* **Group: KITS**
* **Quantity sum is greater than 0**

> This makes sure the discount applies only if at least **1 eligible item** is in the cart.

***

**4. Apply Discount Target**

* Under **Targets**, select: `KITS`

This tells the system to apply the discount only to qualifying items in that group.

***

**5. Limit the Discount to Only 1 Item**

* Click the ⚙️ settings icon near the discount value.
* Enable **"Max Quantity Limit"**.
* Set it to:
  * Type: `Fixed`
  * Limit to: `1 item`

> ✅ This is the magic step — only **one** eligible item will receive the $50 off.

***

#### 🛒 Example in Cart

Let’s say a customer adds **2 eligible quilt kits** to the cart:

* First quilt kit → gets **$50 off**
* Second quilt kit → stays at **full price**

***

#### 💡 Tips

* You can also change the discount value or quantity limit dynamically based on cart value or other conditions.
* Combine this setup with **customer tags** for loyalty campaigns.

***

#### 🧵 Final Notes

This setup is perfect for:

* First-item-only discounts
* Limited-quantity offers
* Customer-segment-based pricing

Need help adjusting this to your store’s needs? Reach out — we’re happy to help!


---

# 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/unified-discount-engine-v2/examples-v2/fixed-or-percentage-off-on-a-single-item.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.
