When creating a discount, you can choose whether the delivery fee is included in or excluded from the discount calculation. This setting affects how the discount amount is calculated and what the customer ultimately pays.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.
How It Works
| Setting | Behaviour | Best For |
|---|---|---|
| Include delivery fee | Delivery fee is part of the discountable total | Maximising perceived customer savings |
| Exclude delivery fee | Discount applies to product total only | Protecting delivery fee revenue |
Configuring the Setting
- Go to Discounts in the sidebar
- Click Add Discount or edit an existing discount
- In the discount settings, choose whether to include or exclude the delivery fee
- Click Save
Impact on Percentage Discounts
This setting is most important for percentage discounts, where it directly affects the calculated amount.Example
A 20% discount on an order with a £30 product total and a £5 delivery fee:| Setting | Discountable Amount | Discount (20%) | Customer Pays |
|---|---|---|---|
| Include delivery fee | £35 (products + delivery) | £7 | £28 |
| Exclude delivery fee | £30 (products only) | £6 | £29 |