What determines the page that is returned to after the checkout process completes?
My site keeps returning me to acatalog/shop.html. However, due to the way I have structured the site, this page does not display anything sensible: I would like it to return me to the site home page at www.homebits.co.uk/index.html.
I have tried the following line at the bottom of Act_Order04.html:
<!-- <INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME"> -->
<INPUT TYPE=HIDDEN NAME=HOME VALUE="http://www.homebits.co.uk/index.html">
<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">
But even after removing all files from the site and doing a Web | Refresh Website, I still get returned to my acatalog/shop.html page.
Can someone tell me how to get returned to www.homebits.co.uk/index.html?
Thanks!
click-through.
My site keeps returning me to acatalog/shop.html. However, due to the way I have structured the site, this page does not display anything sensible: I would like it to return me to the site home page at www.homebits.co.uk/index.html.
I have tried the following line at the bottom of Act_Order04.html:
<!-- <INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME"> -->
<INPUT TYPE=HIDDEN NAME=HOME VALUE="http://www.homebits.co.uk/index.html">
<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">
But even after removing all files from the site and doing a Web | Refresh Website, I still get returned to my acatalog/shop.html page.
Can someone tell me how to get returned to www.homebits.co.uk/index.html?
Thanks!
click-through.
Comment