Can anybody help me to know how to setup of a coupon code with the following logic?
Save 5% off any order $500 or more.
Save 10% off any order $1000 or more.
I want to use one code that will apply this logic above.
Hello.
Go to Promotions -> Shopping cart price rules and add new rule
Set the following:
Conditions:
If ALL if these conditions are TRUE
Click +
Select from drop-down - 'Subtotal'
Change 'is' to 'equals or greater than'
instead of dots put 500 or 1000
Actions:
Apply: Percent of products price discount
Discount amount: 5 (or 10 for second)
Here is the article where this case is explained and there is also 6 more price rules that are most often used -
https://www.mag-manager.com/useful-articles/about-magento-shopping-cart/examples-magento-promotions-...
Yes, I know how to add a promotion for 5% off order $500 or 10% off $1000 separately.
I can also do this if promotion is automatically applied.
But, if i have to add these as two different promotions using the same coupon code, it seems like it's not possible?