Skip to main content

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

ItemPriceDiscountFinal 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:

  1. Navigate to the promotions section.
  2. Choose "Item-Based Discount" from the list of promotion types.
  3. Provide a promotion name and description to help identify the offer.
  4. Set the promotion schedule (start and end date).
  5. Assign a priority number (higher numbers mean higher priority).
  6. If multiple promotions apply to the same product, the system will follow priority order.
  7. Stackable: Enable if this promotion can be combined with other discounts.
  8. Final: Enable if this promotion should not allow any additional discounts after applying.
  9. 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.
  10. Use the "AND" condition to apply different discount levels.
  11. 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:

  1. Add items to the cart and go to the checkout page.
  2. Verify that the discount is applied to the correct item sequence.