I installe awocoupon, created a new coupon code for two products. When users are entering the coupon it tells them "coupon code" not found. Please help
I installe awocoupon, created a new coupon code for two products. When users are entering the coupon it tells them "coupon code" not found. Please help
Did you setup the coupon within virtuemart? If so that is the wrong place. Login as an admin and go to components->awocoupon and setup the codes there. all codes within the virtuemart system will not work. Let me know if you are still having problems.
<?php
$GLOBALS['coupon_error'] = $VM_LANG->_('PHPSHOP_COUPON_CODE_INVALID');
?>
<?php
$GLOBALS['coupon_error'] = $message;
?>