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

# Discounts Overview

> Drive sales and reward loyal customers with the storekit discounts engine. Build percentage, fixed, free delivery, and bundle promotions with flexible rules.

Discounts are a powerful way to drive sales, attract new customers, and reward loyal ones. storekit offers a range of discount options to suit your business needs.

## Types of Discounts

### Percentage Discounts

Offer a discount based on a percentage of the order total. Perfect for site-wide sales, seasonal promotions, or customer appreciation deals.

**Example:** 20% off all orders

### Fixed Monetary Discounts

Provide a set amount off the total order price. Great for offering incentives without affecting your overall margins too much.

**Example:** £5 off your order

### Free Delivery Discounts

Remove the delivery fee to encourage more online orders. Especially useful for boosting takeaway and delivery sales.

### Buy X Get Y Discounts

Create conditional promotions where customers receive a discounted item when they meet specific conditions.

**Examples:**

* Buy 1 pizza, get the next one 50% off
* Buy 2 mains, get a dessert free

<Note>
  Buy X Get Y discounts require storekit+
</Note>

### Auto-applied Discounts

Discounts that apply automatically at checkout without customers needing to enter a code. Perfect for seamless promotions on specific items or categories.

<Note>
  Auto-applied discounts require storekit+
</Note>

## Discount Settings

Control exactly how your discounts work:

| Setting                | Description                                                           |
| ---------------------- | --------------------------------------------------------------------- |
| **Availability**       | Restrict to specific days and hours (e.g., weekends only, happy hour) |
| **Order Type**         | Limit to dine-in, takeaway, or delivery orders                        |
| **Minimum Spend**      | Set a minimum order value required                                    |
| **Maximum Discount**   | Cap the total discount amount per order                               |
| **Total Redemptions**  | Limit how many times the discount can be used overall                 |
| **Per-Customer Limit** | Limit how many times each customer can use the discount               |
| **Delivery Fee**       | Include or exclude delivery fee from the discount calculation         |

## Additional Features

### Bulk Import

Upload multiple discounts at once using CSV import. Ideal for businesses running multiple promotions simultaneously.

### Scheduled Discounts

Plan discounts in advance so they automatically activate and deactivate at specified times.

<Note>
  Scheduled discounts require storekit+
</Note>

## Creating a Discount

1. Go to **Discounts** in your dashboard
2. Click **Add Discount**
3. Choose the discount type
4. Configure settings and restrictions
5. Save and activate

See [Discount Codes](/docs/guides/discounts/discount-codes) for step-by-step instructions.

## Troubleshooting

### Can't create a discount

* Discount code must be at least 3 characters
* Use only letters and numbers
* Remove any spaces at the beginning or end

### Discount says it can't be used today

Check that your discount availability settings include the current day. Discounts can be limited to specific days of the week.

### Customer says code isn't working

Verify:

* The discount hasn't reached its redemption limit
* The order meets the minimum spend requirement
* The order type (dine-in/takeaway/delivery) is eligible
* The discount is within its valid date range


## Related topics

- [POS Integration Overview](/docs/guides/integrations/pos/overview.md)
- [Integrations Overview](/docs/guides/integrations/overview.md)
- [Webhooks Overview](/docs/developers/webhooks/overview.md)
- [Menu Overview](/docs/guides/menu/overview.md)
- [Reports Overview](/docs/guides/reports/overview.md)
