I have a "thank you page" Order05.html that also contains my google and overture PP click tracking codes. I have commented out NETQUOTEVAR:HOME and replaced it with "order05.html" to take the customer to this page on clicking on the "Done" button
<BR>
<!-- NETQUOTEVAR:HOME -->
<DIV ALIGN="CENTER">
<INPUT TYPE=HIDDEN NAME=HOME VALUE="order05.html">
<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">
<BR></DIV>
This as worked fine for two years until I upgraded from catalogue to business V7 and at the same time I also changed from using frames in the main layout.
Now clicking done takes you to my catalogue home page http://memorykeepsakes.co.uk/acatalog/index.html which I have set in Design\Options\Misc\URL for Completed and Aborted checkout.
I have read most of the posts on this subject but they say change the setting in Design\Options\Misc\URL for Completed and Aborted checkout. But if I do that and the user cancels their order they will also get sent to the thank you page and my PPC tracking will be incorrect.
Can someone please take a look at the my code in order04 http://memorykeepsakes.co.uk/acatalog/order04.html to see if I've made an error or shed some light on this problem.
Thanks in advance I'm pulling my hair out on this one.
<BR>
<!-- NETQUOTEVAR:HOME -->
<DIV ALIGN="CENTER">
<INPUT TYPE=HIDDEN NAME=HOME VALUE="order05.html">
<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">
<BR></DIV>
This as worked fine for two years until I upgraded from catalogue to business V7 and at the same time I also changed from using frames in the main layout.
Now clicking done takes you to my catalogue home page http://memorykeepsakes.co.uk/acatalog/index.html which I have set in Design\Options\Misc\URL for Completed and Aborted checkout.
I have read most of the posts on this subject but they say change the setting in Design\Options\Misc\URL for Completed and Aborted checkout. But if I do that and the user cancels their order they will also get sent to the thank you page and my PPC tracking will be incorrect.
Can someone please take a look at the my code in order04 http://memorykeepsakes.co.uk/acatalog/order04.html to see if I've made an error or shed some light on this problem.
Thanks in advance I'm pulling my hair out on this one.
Comment