inklabs / kommerce-core

PHP shopping cart core platform
https://kommerce-laravel-demo.jamieisaacs.com/
Apache License 2.0
65 stars 14 forks source link

User should be able to purchase a coupon #33

Closed pdt256 closed 8 years ago

pdt256 commented 8 years ago

A new User purchases a coupon. A new Coupon will be added to the system with max-redemptions=1 A new Digital Asset will be added to the user's account with a text value equal to the coupon code.

*In the future we may link directly to the coupon. For now, making it a text value will make this simple.

pdt256 commented 8 years ago

This issue is replaced by #34 using Gift Cards.