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

longwave’s picture

Status: Active » Closed (won't fix)

Tracking 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.