That's good to hear that there is some interest in this new feature.
While working on it, we came across a few things that we need to make a decision on.
As you know, we have different types of discounts offered on the site.
- Sellers can place individual items on sale.
- They can also create Coupons which they'd email to their potential buyers directly.
- Plus, they can setup a "Thank You" Coupon, which will be mailed out to their buyers automatically, after they make a purchase from them.
- Now, we are introducing Sets, which offer buyers discounts for purchasing more than 1 item.
On top of that, there are 3 types of discounts - % discount, $ discount and Free Shipping (Worldwide or to specific countries).
The challenge is in creating rules around various discounts, so they don't overlap when they shouldn't.
Here are some scenarios for you, where we are trying to make decisions, that hopefully, will make sense to both buyers and sellers.
=======
Scenario 1Let's say you have a Set for Product 1+ 2, which offers buyers 30% off.
When buyer clicks on "Buy a Set" button, our system will automatically give them 30% discount.
But what if buyer adds those 2 products to their shopping bag one by one, should we still group them into a Set and give them a 30% discount?
If the answer is Yes, then what about next scenario?
=======
Scenario 2You have 2 Sets:
Product 1+2 = 30% off
Products 2+3 = free shipping worldwide
When Buyer adds products 1+2+3 individually, which discounts should we apply?
=======
Scenario 2Buyer adds:
Set for products 1+2 = 30% off
Product 3 - at a full price
Then adds a coupon - 20% off
Do we apply 20% off to subtotal or to product 3 only?
Should we make a hard rule that Coupons with % discount don't apply to discounted items?
What about $ Discounts and Free Shipping? Should we apply Free Shipping from a Coupon to both Sets and Products on Sale?
Looks like Min Purchase amount has to be a required field for All Coupons. Otherwise, there could be situations when buyer would not have to pay for their purchase anything at all.
Anyway, here are some of the puzzles we are trying to solve.
Looking forward to your input on this. Thanks!