SHOPPING LINK
|
If you plan to make your products immediately available and have your customers begin adding items right from your homepage, you will need to use either additem.exe, allinone.exe or fillcart.exe. Please go to whichever section pertains to the method you'll be using: If you want to have a search of your catalog performed and display the results of the catalog search on a nextpage, you will need to add a clickable link to your homepage that sends your customers to the shopping area of your website. This link performs the serch and displays the search results on a fully-customizable template page:
<a href="/cgi-bin/dbsearch.exe?mdb=\mycatalog.mdb,tbl=myproducts,template=\products.asp, This can also be done via the POST method (the above is a GET), which will make a button instead of a link for your customers to click on:
<FORM METHOD="POST" ACTION="/cgi-bin/dbsearch.exe">
For more information on setting up database search and return pages, please our Database Documentation.
|