Index | - | FAQ - Add to Cart code |
The Continue Shopping URL and Continue Shopping URL For Receipt values can be specifically set to any URL you wish. Simply add this HTML tag into ANY shopping cart button, it will force the continue button to go back to the URL you specify: <input type="hidden" name="ContinueShoppingURL" value="YOUR URL HERE" /> The above HTML snip set all continue buttons to go to your specified URL. To change the receipt page continue button only use this example instead: <input type="hidden" name="ContinueShoppingURLReceipt" value="YOUR URL HERE" /> Replace the words "YOUR URL HERE" with the actual web address of the page to which you want the button to forward your customers. |