Skip to content
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

Open
edwinlunando opened this issue Mar 23, 2015 · 5 comments
Open

Coupon Quantity #11

edwinlunando opened this issue Mar 23, 2015 · 5 comments
Assignees

Comments

@edwinlunando
Copy link

If I want to limit the quantity of the coupon that can be redeem, how I can achieve that?

@Akuryou
Copy link
Member

Akuryou commented Mar 23, 2015

Hi,

What do you mean by that?

Like how often a user can use the same coupon?
Or the actual value a coupon is worth?

@edwinlunando
Copy link
Author

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.

@Akuryou
Copy link
Member

Akuryou commented Mar 24, 2015

Ah.
I'm sorry that's not possible currently.
When I first started this app the requirements were coupons may be used by exactly one user.

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 :)

@Akuryou
Copy link
Member

Akuryou commented Mar 24, 2015

Oh I even created an issue long ago about this :D

#8

@noxan noxan self-assigned this Nov 20, 2015
yatabani referenced this issue Oct 16, 2016
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
@ArijitWeird
Copy link

Is the change has been merged yet??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants