This is a simple "shtml" script to display a bullet list of categories from the products.dat database on an .shtml page. NOTE: HTML Page name MUST end with: .shtml Example HTML: Just rename your page to .shtml and put this anywhere on the page: This is the result when the page is displayed: If you open the category_list.pl, you can set your quikstore script URL here: my($quikstoreScriptURL) = "/cgi-bin/quikstore.cgi"; That should work for most default installations.