Index | - | FAQ - Cart Help Buttons - Cart Settings - 3. Email/URL Settings |
The shopping cart has several "Continue Shopping" buttons throughout the cart pages. These buttons will take your customers back to your website so that they may add more products to their shopping basket. Normally the shopping cart will auto-detect this value and return your customer to the last page visited from your website. However, there are a few instances where auto-detection fails. Common reasons for failure are:
Note: You can override this option by adding the following into ANY shopping cart button: <input type=hidden name=ContinueShoppingURL value="URL"> Where URL is the URL that you would like your customers sent to. An example of a URL in use would be
"CLOSE" is a special value that will tell the shopping cart to attempt to close the window, rather then sending them to a URL. To do this you would add one of these lines to any cart button: <input type=hidden name=ContinueShoppingURL value="IGNORE"> <input type=hidden name=ContinueShoppingURL value="CLOSE"> An example of IGNORE in use would be
|