fred_x![]() 2007-09-12 08:53 | very need help » Quick.Cart v2.x |
merci![]() 2007-09-13 08:32 | fred_x - not sure if I understand you... but if you want this list of products which is displayed now in content displays below left manu you should open templates/page.tpl and below $sMenu1 paste $sProductsList. |
fred_x![]() 2007-09-13 12:17 | I have several category’s but in each category many product’s, search of the necessary goods borrows a lot of time. Therefore I would like to make in left (below main menu) list of all goods of category (Only names of the goods) for easier to buyer to find the necessary goods |
merci![]() 2007-09-14 09:09 | fred_x - open file templates/page.tpl and under $sMenu1 paste $sProductsList2, then open index.php and somewhere in 113 line paste:
if( !isset ($sProductsList2)) Now you have to create file templates/products_list2.tpl. It should looks similar to products_list.tpl, but delete all information you don't need. |
fred_x![]() 2007-09-18 13:04 | With this decision I had a problem. When I enter into a category that all normally, displayed list of the goods of this category, but when I click further on the goods displayed list of the goods of all categories. is possible as that to solve? |