Cat. menu only show @ products

marik

No avatar

2007-02-13 09:51

Is it possible to show the categorie menu only if the visitor is on the product page?
That the Home page is clean of the categorie menu?

» Quick.Cart v1.x

treewood (OpenSolution)

Avatar: treewood

2007-02-13 15:58

marik - edit index.php and search for:
$sCategoriesMenu = listCategories( 'categories_menu.tpl', 1, true, Array( $iCategory ) );

change to:
if( $p == 'productsList' )
$sCategoriesMenu = listCategories( 'categories_menu.tpl', 1, true, Array( $iCategory ) );

marik

No avatar

2007-02-13 19:40

can i fix that my full.entry resize if the productslist not showing?

treewood (OpenSolution)

Avatar: treewood

2007-02-13 22:52

marik - sorry but i dont understand

marik

No avatar

2007-02-14 10:31

the full.entry block is now align at the left.
so you got a lot of dead space on the right.

it's look very ugly ;)

treewood (OpenSolution)

Avatar: treewood

2007-02-14 15:15

marik - could send screen shot and site address maybe i can help

Back to top
about us | contact