# Set percentage casback

Want to offer cashback that's a % of your product's price? The **Percentage Type Cashback** setting is perfect for rewarding customers based on how much they spend. Whether you apply it to all products or just select items, it's flexible and powerful.

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

***

## What is Percentage Cashback?

Percentage cashback gives your customers a **certain % of their order value** back as cashback. This amount scales with the price of the product, meaning higher-value items lead to higher rewards.

For example:

* If you offer **10% cashback**, and a customer buys a product worth $200, they’ll receive **$20 cashback**.

***

## Setting It Up

You can configure percentage-based cashback in the **Cashback Settings** section of your app.

#### Step-by-Step:

1. **Navigate to "Configure Cashback Settings"**
2. Under **Config #**, choose:
   * **Cashback Type**: `Percentage`
   * **Cashback Amount**: e.g., `10%`
3. Apply filters to control who and what it applies to:
   * **Customer Tags** (optional)
   * **Applies To**:
     * `All Products`
     * `Specific Collections`
     * `Specific Products`

{% hint style="success" %}
You can create multiple configurations to tailor offers across different product ranges and customer types.
{% endhint %}

<figure><img src="/files/Lamsih9VwJHK11TdQhup" alt=""><figcaption></figcaption></figure>

***

## How Does It Work?

### **Percentage Cashback on All Products**

* Cashback is calculated on the total order value.
* **Global settings** are respected in this mode.

#### **Example:**

* Order total = $340
* Cashback = 10% of $340 = **$34**

***

### **Percentage Cashback on Specific Products / Collections**

* Cashback is calculated **only on eligible products**.
* Global settings are **ignored**.
* Other products in the cart don’t earn cashback.

#### **Example:**

* Cashback applies only to Collection A.
* Line Item 1 (Collection A): 2 × $50 = $100
* Line Item 3 (Collection A): 3 × $60 = $180
* Eligible subtotal = $280
* 10% cashback = **$28**

{% hint style="success" %}
In cases where a product discount is applied on the line item - the final price of that line item is taken as the base value to work out a % of that value to be given as cashback.
{% endhint %}

***

## What Happens When There Are Mixed Cashback Rules?

If multiple cashback rules apply to different parts of the cart (e.g., one for "All Products", another for "Collection A"), the system intelligently applies the **most specific and best-suited rule per item**.

{% hint style="success" %}
“The best applicable cashback is calculated and applied per item in the user’s cart.”
{% endhint %}

This avoids conflicts and ensures fairness.

***

## Global Settings (Used only with “All Products” configs)

When using the "All Products" scope, the following options affect how cashback is calculated:

* **Include/exclude shipping**
* **Base cashback on order total or subtotal**

> ⚠️ These settings are **ignored** if your cashback applies to specific products or collections.

***

## Tips to Use Percentage Cashback Effectively

* 🛍 **Encourage higher spending**: Since cashback grows with order size, it motivates bigger checkouts.
* 🎯 **Focus on premium products**: Offer percentage-based cashback on high-margin items.
* 👥 **Segment your campaigns**: Use customer tags to offer cashback only to new customers, repeat buyers, or VIPs.
* 📊 **Run limited-time campaigns**: Combine with the expiry setting to create urgency.
* 💰 **Drive collection performance**: Apply to specific collections to guide customer purchases.

***

## Examples

#### Example 1 — All Products (10%)

* Order value = $340
* Cashback = 10% → **$34**

***

#### Example 2 — Specific Collection (10%)

* Collection A items total = $280
* Cashback = 10% → **$28**
* Non-eligible items get no cashback.

***

### 🧾 Summary Table

| Applies To           | Cashback Calculation                                 | Uses Global Settings? |
| -------------------- | ---------------------------------------------------- | --------------------- |
| All Products         | % of total order value (based on config in settings) | ✅                     |
| Specific Collections | % of final discounted total for matching items       | ❌                     |
| Specific Products    | % of final discounted total for matching items       | ❌                     |

{% hint style="info" %}
Fixed amount and Percentage types can be setup together as part of your config. In cases where there is overlap the better reward is offered to the customer.
{% endhint %}

***

## 🆘 Need Help?

If you're unsure which cashback rule to apply or how it interacts with others, feel free to reach out via the **Contact Support** button in the app or in the helpdesk — we're happy to help!

If you prefer emails 📧 - feel free to reach us at <hi@dollarlabs.io> / <support@dollarlabs.io>.&#x20;


---

# 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/dollarback-store-credit/get-started/set-percentage-casback.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.
