Automatically Generated Merchandise Pages
This Shopping Cart software has the ability to automatically generage your merchandise webpages. It will use the information you have provided during the initial set up process.
You will still need to provide a page that has links to your various products and or product categories.
We also STRONGLY suggest a Legal Statement, a page describing your OnLine Store Policies (returns, ets...) and Privacy Policy Statement. Most States are not requiring this by law... at this time... but having such pages will also make your customer feel more comfortable in dealing with you.
If you are calling your merchandise pages from within a frame from your regular website, then all you will need is the correct code to make your links to.
Use this address as a path to show ALL the items in a category called "Widgets"
<a href="http://www.e-BlackHills.com/YourName/cgi-bin/cart.pl?db=stuff.dat&category=Widgets&merchant=YourName" target="your_frame_name">Widgets</a>
You can also tell the Shopping Cart to show a certain item: ie: Green Widget
<a href="http://www.e-BlackHills.com/YourName/cgi-bin/cart.pl?db=stuff.dat&search=green-widget&merchant=YourName" target="your_frame_name">Widgets</a>
You will need to use your actual category names in place of "Widget"
Spelling and CapiTAliZation are important! If your category is named "Widgets", and you call up "widgets" with a lowercase "w", then it will not find your products.
You will need to replace " merchant=YourName " with the code we provide you when you sign up.
|