biddyweb / substruct

Automatically exported from code.google.com/p/substruct
0 stars 0 forks source link

Minimum amount of promotion not checked before placing order #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a promotion with a minumum value
2. Add 2 items to your cart...surpassing the value of the "minimum" promotion 
3. Check out, applying the promo code, landing on the shipping page. The 
discount is applied.
4. Go back to your cart, remove the expensive item.
5. Enter in the shipping step directly from your browser, or use your back arrow
6. Check out, get cheap items

What is the expected output? What do you see instead?
Promotion code / item should be removed from the order before the checkout 
stage. Instead, 
you can get cheap items by applying the discount code.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by subim...@gmail.com on 4 May 2010 at 7:22

GoogleCodeExporter commented 9 years ago
Looks like checking this on the order with a callback is probably the most 
logical solution.

Original comment by subim...@gmail.com on 5 May 2010 at 7:27

GoogleCodeExporter commented 9 years ago
Fixed, r227

Original comment by subim...@gmail.com on 5 May 2010 at 7:36