Buy X Amount and Get Y Percentage off
How this promotion works
Here
Buy Items Amount is the minimum cart value that is eligible for a discount
Percentage Value(D) is the fixed percentage discount
Maximum Discount Amount(MD) (optional) is a limit to the discount
Example
Buy items worth Rs.1000 or more get 10% off up to ₹ 100,
Buy items worth Rs.2000 or more and get 15% off up to ₹ 250,
Buy items worth Rs.3000 or more and get 20% off up to ₹ 450
Let’s say you wish to purchase items worth total ₹ 2500
Formula
Coupon Discount = Min(MD, (CV*D/100))
Where
CV = Cart value of the bundle
D = Discount for bundle items
D = Discount for bundle items
In this example
On adding items worth ₹ 2500
CV = 2500
D = 15%
MD = 250
Therefore
Min(250, (2500*15/100)) = 250
===========================
Let's consider the following example
- Let's create a new promotion. Select the 'Buy X amount and get Y percentage off' from the list.
- Enter the basic details.
- Select the priority (1 being the lowest) and schedule. Higher the number, higher the priority.
- Set the restrictions whether you want the promotion to be stackable, final. For e.g. if you set it to stackable then this promotion can be applied to the product with other promotions. If you select final then no other promotions can be added after this.
- Add the rules that will be applied to the promotion. In this example we have created 3 rules i.e. 10% off on purchase of ₹ 1000 or more, 15% off on purchase of ₹ 2000 or more and 20% off on purchase of ₹ 3000 or more. For each rule we have kept the brands and the products same.
- Set the conditions. You can set multiple conditions for the rules by selecting the 'OR' option. In this example, we set conditions as follows: buy items over ₹ 1000 (less than ₹ 2000) and get 10% off upto ₹ 100, buy items over ₹ 2000 (less than ₹ 3000) and get 15% off upto ₹ 250, buy items over ₹ 3000 and get 20% off upto ₹ 450. After setting all the conditions, click Create.
- Your promotion is created, you can navigate to the PDP page and add items to the cart to view the promotions applied.
Here the promotional amount of ₹ 450 is applied as items over ₹ 3000 are added to the cart.