i want to remove products in left menu (red banner)

ben007

Avatar: ben007

2017-05-21 21:39

hello,

i want to remove products in left menu (red banner)

need help :-/

» Quick.Cart v6.x

Roni

Avatar: Roni

2017-05-30 09:37

You need to be more precise. Do you want to remove just products (located in categories from left menu) or you want to remove whole menu "Products" with categories etc.
Or maybe you want to have it only in admin panel, but on your site it should be not visible.

ben007

Avatar: ben007

2017-05-31 21:44

I want to remove just : products ( from the leeft menu)

Roni

Avatar: Roni

2017-06-01 09:23

So just text "products" in the pink banner?
In that case you need to edit templates/default/_header.php file and change code:

echo $oPage->throwMenu( 3, $iContent, 1, true ); // content of left menu ?><?php


to:

echo $oPage->throwMenu( 3, $iContent, 1 ); // content of left menu ?><?php


This is the simpliest solution I know.

Back to top
about us | contact