I've been following the section in the V7 Advanced User Guide on how to Empty the cart when people leave the checkout. I've followed the steps exactly to the book, but when I click cancel on the checkout pages nothing happens?
On the section of code where it says you need to change the act_order00.html, etc to:
<input type="button" name="ACTION" value="NETQUOTEVAR:CANCELBUTTON" class="input" onclick="CancelOrder();" />
ive noticed there is a class="input" variable. However where will i find the class INPUT ? ive looked in the actinic.css file and its not there, and im sure it has something to do with this possibly ?
Also,
on the main javascript code to copy/paste into the ACT_Primary.html
window.location.href = 'http://www.YOURSITE.com/RETURN-PAGE';
how can i make it, so that the window location will return to the PREVIOUS page?
Any help is appreciated - Thank you.
On the section of code where it says you need to change the act_order00.html, etc to:
<input type="button" name="ACTION" value="NETQUOTEVAR:CANCELBUTTON" class="input" onclick="CancelOrder();" />
ive noticed there is a class="input" variable. However where will i find the class INPUT ? ive looked in the actinic.css file and its not there, and im sure it has something to do with this possibly ?
Also,
on the main javascript code to copy/paste into the ACT_Primary.html
window.location.href = 'http://www.YOURSITE.com/RETURN-PAGE';
how can i make it, so that the window location will return to the PREVIOUS page?
Any help is appreciated - Thank you.
Comment