We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16ef76 commit 72d02f8Copy full SHA for 72d02f8
1 file changed
app/config.json
@@ -30,20 +30,7 @@
30
"description": "Enterprise customers with 15% base discount and no cap"
31
}
32
},
33
- "tierBonuses": [
34
- {
35
- "minAmount": 500,
36
- "maxAmount": 999.99,
37
- "bonusDiscount": 0.05,
38
- "description": "5% bonus for orders $500-$999"
39
- },
40
41
- "minAmount": 1000,
42
- "maxAmount": null,
43
- "bonusDiscount": 0.10,
44
- "description": "10% bonus for orders $1000+"
45
- }
46
- ],
+ "tierBonuses": [],
47
"promotionalPeriods": [
48
{
49
"name": "Black Friday",
0 commit comments