Nicky2007-05-26 15:28 | Is it possible to add only a range of products, without using a category for it? » Quick.Cart v2.x |
merci![]() 2007-05-28 10:55 | Nicky - you need at least one category, but you may not display it. Create one category for all products, then put all products to this category. Next step - open file templates/page.tpl and delete $sMenu1. In file index.php remove code:
if( !isset( $sMenu1 ) ){ Now open file templates/products_list.tpl and delete
<h3>$aList[sCategories]</h3>
and the last step - open file templates/products_details.tpl and delete:
<h3>$aData[sCategories]</h3>
|