Advanced Keyword: NEXTPAGE


The keyword NEXTPAGE is not necessary for the use of the Internet Shopping Cart, but it can help to make shopping on your web page easier. Your customer will now be able to return to the same point on your web page as they were before they added a product to their shopping cart just by pressing the Continue Shopping button. This takes more time than some of the other keywords, but can be very beneficial for your customers.

Don't Forget That:

  1. This keyword changes nothing that you or your customer will see on the web page, so pay close attention to the HTML Code.
  2. You have to provide anchors within your web pages if you want the Internet Shopping Cart to return your customer to a specific point on a page, instead of just a page in general.
  3. You need to change http://209.42.217.68/HELP/ NEXTPAGE.HTM#EXAMPLE to the web page address or internal link within the quotation marks after value in the NEXTPAGE keyword line.
  4. To return back to the page you have to push the Continue Shopping button.


Sample Web Page

Nikon Crete

Black Frame/SX Grey Lens
Retail $145 -- Our Price $130
The style for the most discriminating taste in high-fashion sunglasses.
Quantity
Size
Lens Color
Style


Sample HTML Code

<a name="example"> <!-- BEGIN WEB ISLAND SHOPPING CART CODE --> <form method="post" action="http://www.webisland.com/webisland/cgi-bin/cart.cgi"> <input type="hidden" name="ID" value="sample-help"> <input type="hidden" name="PRODUCT" value="REVO"> <input type="hidden" name="PRICE" value="200.00"> <input type="hidden" name="NEXTPAGE" value="http://209.42.217.68/HELP/NEXTPAGE.HTM#AA"> <table> <tr> <td>Quantity <br> <input type="text" name="QUANTITY" size="2" maxsize="2"> </td> <td>Size <br> <select name="SIZE"> <option>Small <option>Medium <option>Large <option>XL </select> </td> <td>Lens Color<br> <select name="COLOR"> <option>Blue <option>Silver <option>Neutral <option>Green </select> </td> <td>Style <br> <select name="STYLE"> <option>Sport <option>Classic </select> </td> </tr> </table> <input type="submit" name="ADD" value="Add to my cart"><br> </form> <!-- END WEB ISLAND SHOPPING CART CODE -->