tgrventures / coupon-code
The unofficial Magento fix so that the coupon code should apply once we cancel the order
This package is auto-updated.
Last update: 2018-04-21 20:43:25 UTC
README
Magento coupon code fix allow a customer to use the same coupon code if their order is cancelled.
This is default Magento behaviour - if the payment fails / the order is canceled before it, then the coupon code will not be free to be reused.
There're few modules that change this behaviour. Quick googling gave me f/e:
http://magetechno.com/cancel-order-coupon-code-reuse.html
Here's description for the situation: http://magebase.com/magento-tutorials/quick-fix-coupon-codes-used-up-on-incomplete-transactions/
all credits go to MageBase.com for this solution.
##Composer Install
`composer require tgrventures/coupon-code
`