Thanks! Awesome.
Also to answer your question:
is_single_use = when true (aka 1 in db) the voucher will be deleted and logged into the voucher history table after the first successful use.
The voucher history table is there so a user can't use the same voucher over again, this is because you may want a promotion running for a specific time where you'll allow lots of users to use a single voucher, but they can only use that voucher once.




Reply With Quote

