Item-Based Discount
How this promotion works
Here
Percentage Value (D): The fixed percentage discount applied to a specific item.
Item Sequence Number (ISN): The position of the item in the cart that qualifies for the discount.
Example
Buy 2nd item at 10% off,
Buy 3rd item at 15% off,
Buy 4th item at 20% off
Let’s say you wish to purchase four items:
Item 1: ₹1,500
Item 2: ₹2,000 (eligible for 10% off)
Item 3: ₹2,500 (eligible for 15% off)
Item 4: ₹3,000 (eligible for 20% off)
Formula
Coupon Discount = Min(MD, (IP * D / 100))
Where
IP = Item Price D = Discount for the item MD = Maximum discount limit (if applicable)
In this example
Item 2: ₹2,000 → 10% off = ₹200
Item 3: ₹2,500 → 15% off = ₹375
Item 4: ₹3,000 → 20% off = ₹600
Total Discount: ₹200 + ₹375 + ₹600 = ₹1,175
Final Calculation
Item | Price | Discount | Final Price |
---|---|---|---|
Item 1 | ₹1,500 | ₹195.83 | ₹1,304.17 |
Item 2 | ₹2,000 | ₹261.11 | ₹1,738.89 |
Item 3 | ₹2,500 | ₹326.38 | ₹2,173.62 |
Item 4 | ₹3,000 | ₹391.66 | ₹2,608.34 |
Cart Value: ₹9,000
Coupon Discount: ₹1,174.98
===========================
TOTAL: ₹7,825.02
Let's consider the following example
Follow these steps to set up an Item-Based Discount promotion:
- Navigate to the promotions section.
- Choose "Item-Based Discount" from the list of promotion types.
- Provide a promotion name and description to help identify the offer.
- Set the promotion schedule (start and end date).
- Assign a priority number (higher numbers mean higher priority).
- If multiple promotions apply to the same product, the system will follow priority order.
- Stackable: Enable if this promotion can be combined with other discounts.
- Final: Enable if this promotion should not allow any additional discounts after applying.
- Define how the discount will be applied based on the item sequence number:
- Example 1: Apply 10% off on the 2nd item.
- Example 2: Apply 15% off on the 3rd item.
- Example 3: Apply 20% off on the 4th item.
- Use the "AND" condition to apply different discount levels.
- Click Create after reviewing all settings and conditions to activate the promotion.
Now, your Item-Based Discount promotion is live and ready to be used by customers!
To test if the promotion is working correctly:
- Add items to the cart and go to the checkout page.
- Verify that the discount is applied to the correct item sequence.