> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yuko.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Percentage Discount

> Let customers redeem points for a percentage discount on their order.

<Note>
  **Where to find this:** Shopify admin → Apps → Yuko Loyalty → Loyalty → Ways to Redeem → Percentage Discount
</Note>

## Introduction

Let customers spend points for a percentage discount on their order (e.g., `1000 points = 10% off`). Best when you want bigger orders to feel rewarded proportionally.

## What problem this solves

Flat-amount discounts under-reward big spenders. A percentage discount scales with cart value, so a customer placing a $300 order with `10% off` gets a meaningfully bigger reward than one redeeming on a $40 order.

## When to use

* You sell high-AOV products where 10–20% is meaningful.
* You want the redemption value to scale with order size.
* You want to drive larger basket sizes by making redemption more attractive on big orders.

## Overview

* Percentage off the order subtotal.
* Optional **maximum cap** to prevent overly generous discounts on huge orders.
* Optional minimum purchase amount.
* Optional combinability and expiry.

## Before you start

<Check>Yuko app is installed on your Shopify store — see [Install Yuko on Shopify](/installation-and-setup/install-on-shopify).</Check>
<Check>The Yuko **Theme App Embed** is enabled in your active theme.</Check>
<Check>Your loyalty program is enabled at **Shopify admin → Apps → Yuko Loyalty → Loyalty → Settings**.</Check>
<Check>Points label and currency are configured.</Check>

## Setup guide

<Steps>
  <Step title="Open the reward">
    Login to your Shopify admin, then go to **Apps → Yuko Loyalty → Loyalty → Ways to Redeem → Percentage Discount**.
  </Step>

  <Step title="Configure basic details">
    Set reward name and description.
  </Step>

  <Step title="Set points and percentage">
    Enter the points cost and the percentage (e.g., `1000 pts = 10% off`).
  </Step>

  <Step title="Configure additional settings">
    * **Minimum / maximum points** allowed.
    * **Minimum purchase amount** to qualify.
    * **Maximum discount cap** — cap the absolute dollar value of the discount.
    * **Combinability** with other discounts.
    * **Expiry** of the issued discount code.
  </Step>

  <Step title="Save & activate">
    Toggle **Active** and click **Save**.
  </Step>
</Steps>

## How it works

1. Customer redeems the reward.
2. Yuko deducts points and issues a Shopify percentage discount code.
3. The percentage applies to the cart subtotal at checkout.
4. If a cap is set, the discount is capped at the cap value.

### Decision guidance

* **Set a maximum cap** for any percentage above 5%. Without it, a $2,000 order can produce a $400 discount you didn't intend.
* **Restrict to non-sale collections** if you're worried about stacking with promos.

### Limitations

* Percentage discounts can stack with sale prices unexpectedly. Use combinability + product exclusions deliberately.
* The discount is issued as a Shopify discount code; same one-code-per-order rule applies unless combinability is enabled.

## Examples

* *High-AOV electronics:* `1000 pts = 10% off`, max $50 cap, $100 minimum order.
* *Apparel store:* `2000 pts = 15% off`, no cap, 30-day expiry, excludes sale collection.

## Best practices

<Tip>**Always set a max cap** for percentages above 5%. Otherwise edge cases will surprise you.</Tip>
<Tip>**Disable combinability with sale promos** unless you've explicitly modelled the impact.</Tip>

## FAQs

<AccordionGroup>
  <Accordion title="Can the discount apply to taxes or shipping?">
    No. Shopify percentage discounts apply to the order subtotal only, before tax and shipping.
  </Accordion>

  <Accordion title="What's the difference vs Amount Discount?">
    Percentage scales with cart value; Amount Discount is fixed. Use percentage for high-AOV stores; amount for predictability.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Amount Discount" icon="tag" href="/loyalty/ways-to-redeem/amount-discount">
    Fixed dollar discount in exchange for points.
  </Card>

  <Card title="Percentage Discount" icon="percent" href="/loyalty/ways-to-redeem/percentage-discount">
    Percentage off the order total.
  </Card>

  <Card title="Free Product" icon="box" href="/loyalty/ways-to-redeem/free-product">
    Add a chosen product to cart at no cost.
  </Card>

  <Card title="Free Shipping" icon="truck" href="/loyalty/ways-to-redeem/free-shipping">
    Remove shipping cost at checkout.
  </Card>

  <Card title="Store Credit" icon="wallet" href="/loyalty/ways-to-redeem/store-credit">
    Convert points into a wallet balance.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Book a Free Setup Call" icon="phone" href="https://cal.com/rameshelamathi/yuko-demo">
    Talk to our team for personalised setup help.

    **Time:** 30 minutes
  </Card>

  <Card title="Contact Support" icon="life-ring" href="https://yuko.so/support/">
    Visit our support hub for help articles, live chat and ticket submission.
  </Card>

  <Card title="Browse the Guides" icon="book" href="/getting-started/welcome">
    Documentation across loyalty, referrals, memberships and more.
  </Card>

  <Card title="Install Yuko" icon="shop" href="https://apps.shopify.com/yuko">
    Add Yuko to your Shopify store from the Shopify App Store.
  </Card>
</CardGroup>
