Bundle Percentage Discount
How this promotion works
Here
Buy items(BI) is the minimum number of items eligible for a discount
Percentage Value(D) is the fixed percentage discount
Maximum Discount Amount (MD) (optional) is a maximum limit to the discount
Minumum Cart Value (MCV) (optional) is the minimum price of the cart items
Apply coupon on exact quantities (optional) if checked, will apply the coupon only to the specified Buy items
and if unchecked, will apply the coupon to more than the specified Buy items
Example
Buy 1 get 10% off,
Buy 2 get 15% off,
Buy 3 get 20% off,
Let’s say you wish to purchase 2 items worth total ₹ 2500
Formula
Coupon Discount = Min(MD, (CV*D/100))
Where
CV = Cart Value of n items
D = Percent Discount for n items
MD = Maximum Discount limit specified for n items
In this example
On adding 2 items,
n = 2
CV = 2500
D = 15%
MD = 400
Therefore
Min(400, (2500*15/100)) = 375
===========================
Let's consider the following example
- Let's create a new promotion. Select the 'Bundle Percentage Discount' 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, 10% discount will be applied on the purchase of 1 item, 15% on the purchase of 2 items and 20% on the purchase of 3 or more items.
- Set the conditions. You can set multiple conditions for the rules by selecting the 'OR' option. In this example, we set conditions as follows: 10% discount for rule 1, 15% discount for rule 2 and 20% discount for rule 3. 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 ₹ 636 (20% of 3180) is applied as 3 items are added to the cart.