|
EZCat takes care of all the content on your product pages but you still need to create a “framework” or “template” for it to work in. Usually this involves creating a web page with the looks of the rest of the site and usually a one-celled table that contains the code to display your products. To do this simply follow these instructions.
- Make certain that your product page has a .ASP extension (usually catalog.asp)
- Near the top of the page put the following:
<!--#include file=ezcatconfig.asp--> <!--#include virtual=ezcat/catalog.asp-->
|
|
- Inside your one-celled table place the following code:
It is important to include all the characters above EXACTLY as depicted as they have special meaning to the web system
|