3 level of menu

cachousam

Avatar: cachousam

2013-10-23 08:24

HI,
Please, how to make 3 level of left menu like the older version.
It is strange that basics and good fonctions is out in the last version.

In fact i would like that for example in the menu product is a page essai
A another page subessai depend of essai
A another page subsubessai depend of subessai.

Thanks.

» Quick.Cart v6.x

cachousam

Avatar: cachousam

2013-10-23 08:33

Hi
I know that it is possible with settings in the page form in the admin panel , but i would like that the subsubpage appears in the left menu like in the older version.
Thanks

interkob

Avatar: interkob

2013-10-23 19:29

Try this. Open templates/default/_header.php and change menu depth to 2, 3... not it's 1.

<?php echo $oPage->throwMenu3$iContent); ?> 

cachousam

Avatar: cachousam

2013-10-24 08:19

Hi,
Interkob thank you for the time you spent with me. This is so rare.
I managed to find the solution by reasoning backwards from what was indicated in the documentation with this:

How not to display subpages in the left menu? **

If you don&#8217;t want to display subpages in left menu, edit the "actions/themes/default.php" file and replace:

$oPage->throwMenu( 3, $iContent, 1 );

for

$oPage->throwMenu( 3, $iContent, 0 );



There is a real difference between version 3.7 and 6.2.
I really found my bearings, and I must now start all over.

Soon

Tata55

Avatar: Tata55

2015-03-18 10:04

I try to build an e-shop weith QC 6.5. And I need more than 2 levels in the left navigation. How to kae it? The above decribed solution does no change, it even breaks the page showing the navihation also in menu1 above the slider.
I would need the structure e.g.
Type 01
--Model 01
----Sector 01
----Sector 02
----...
----Sector xx
--Model 02
----Sector 01
----Sector 02
----...
----Sector xx

If any of you knows the solution, please, let me also know at info@cmsimple.sk

THX in advance

Back to top
about us | contact