-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coupon Quantity #11
Comments
Hi, What do you mean by that? Like how often a user can use the same coupon? |
I mean that what if I do not want to bind a coupon to a User, instead, I want to publish the coupon code and let people use it publicly, but I will limit the quantity of the coupon usage. Let set 10 times. Aftter 10 times, the coupon will expired. |
Ah. But it would be more flexible if 1 coupon could be used by more than one users or a given list of users for a specific number of times. Actually that's a feature I could use in the near future :) |
Oh I even created an issue long ago about this :D |
Adding redeem_limit and redeem_count to the Coupon Model, and adding redeemable function to the CouponManager. Also redeem function in the Coupon now increments redeem_count
Is the change has been merged yet?? |
If I want to limit the quantity of the coupon that can be redeem, how I can achieve that?
The text was updated successfully, but these errors were encountered: