Closed (won't fix)
Project:
Ubercart Discount Coupons
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2010 at 13:25 UTC
Updated:
17 Dec 2010 at 01:49 UTC
say for example,
a coupon of type 'Price' has value 50,
and a user can use this coupon 5 times if all order has total of 10$. I mean, total cost a user got discounted from this coupon should not exceed the coupon cost.
so whenever one checkout, the coupon cost should reduce the discounted value.
How we an achieve this?
Comments
Comment #1
longwaveTracking the remaining coupon amounts per user would be complicated and difficult to implement, I think - but Userpoints could be used to implement this in a different, easier way. See #944960: Convert the surplus of a coupon into userpoints.