Problem Statement:
The current coupon system only allows a single discount value (e.g., 15% off) to be applied per coupon code. To run a promotion with different discounts for different products, merchants must create and manage multiple separate codes.
Example Scenario:
For a "Summer Sale" with 20% off T-Shirts and 15% off Shorts, a merchant needs to create two distinct codes, like SUMMER20 and SUMMER15.
Proposed Solution:
The ability to create a single coupon code that applies different percentage discounts based on a set of conditional rules. This would allow merchants to define logic within one coupon.
A potential implementation could allow a merchant to create a coupon like SUMMER24 and define rules such as:
If product is in category "T-Shirts", apply a 20% discount.
If product is in category "Shorts", apply a 15% discount.
If product SKU is "HAT-123", apply a 10% discount.
For all other products, apply no discount.
Please authenticate to join the conversation.
Planned
Feature Request
10 months ago

Aamir Khan
Get notified by email when there are changes.
Planned
Feature Request
10 months ago

Aamir Khan
Get notified by email when there are changes.