When customer click on link. like
http://www.opencart.com/index.php?coupon=XXXXX
and the coupon code is automatically applied at check out?
Is there a module for this?
Which file I have to modified for this to work. I really don't want to hard code this into core file
I know this easier using
Code: Select all
$_SESSION['coupon'] = $_GET['coupon'];
A module would take much more time at this moment, but I need to get this new shop up.
Thank You