Hello
Currently I wish to include coupons in the shopping cart which is OK (once you work out how to use the right templates).
But the coupon code box appears with a default of NETQUOTEVAR:COUPONCODE in it which the script tries to validate on every form action.
I assume it should be blank when it loads and retian the value when it submits.
Anyone know what I can do to correct it?
The text box is set to:
<input type="text" name="COUPONCODE" size="20" maxlength="255" value="NETQUOTEVAR:COUPONCODE" class="input" />
Thank you all.
Currently I wish to include coupons in the shopping cart which is OK (once you work out how to use the right templates).
But the coupon code box appears with a default of NETQUOTEVAR:COUPONCODE in it which the script tries to validate on every form action.
I assume it should be blank when it loads and retian the value when it submits.
Anyone know what I can do to correct it?
The text box is set to:
<input type="text" name="COUPONCODE" size="20" maxlength="255" value="NETQUOTEVAR:COUPONCODE" class="input" />
Thank you all.
Comment