product list of category

fred_x

No avatar

2007-09-12 08:53

very need help
I need to display product list below main menu (when you click on category below main menu displayed product list of this category )

» Quick.Cart v2.x

merci

No avatar

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

No avatar

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

I need when the buyer clicks on a category, below main menu created the list of all goods of this category

Sorry my english ;-)

merci

No avatar

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))
    
$sProductsList2 listProducts'products_list2.tpl' );

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

No avatar

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?
And as it can be made if I use a plug-in productsInRow_v1.4?

Back to top
about us | contact