******************************************************************** # Only include the information above the "*" seperator in your .shtml file # This technique is experimental. # The above header and SSI directive will need to be customized for your site # The header information should be customized for each of your shopping cart categories. It should be different to target different keywords for each .shtml file you create. # Do not include any of the information below. You can make a SSI link into a specific category of your cart using the following method: a.) Configure the cart with the categories and item data that you want. b.) Browse into the cart category that you want to link to. c.) Copy the URL that you have browsed to and use it as a link For example, in the demo at: http://www.precisionweb.net/UltrashopDemo/ Browse to the Christmas trees category at: http://www.precisionweb.net/UltrashopDemo/index.cgi?ID=PNMWQ2&task=show&cat=Christmas+Trees Use the url above less the ID# to make this url: index.cgi?&task=show&cat=Christmas+Trees Paste that into the include directive to make: When the user clicks on the url of the .shtml file, the Christmas+Trees category will be displayed. ******************************************************************* Or, to link to a specific item from an .shtml file a.) Configure the cart with the categories and item data that you want. b.) Browse into the cart then do a search for a word (like "trees") c.) That will show you a list of urls that will display single items only. d.) Copy the URL for the item that you want and use it as a link. This uses the item IDs that can be seen within the admin / inventory page. For example, in the demo at: http://www.precisionweb.net/UltrashopDemo/ This url links to a Christmas tree item: http://www.precisionweb.net/UltrashopDemo/index.cgi?ID=PNMWQ2&task=item&ItemID=IT17 Take out the id number that refers to the individual shopper, and you have this: index.cgi?&task=item&ItemID=IT17 Paste that into the include directive to make: That .shtml file with the above directive will display the item with the item ItemID of "IT17"