Sub category not shown in navigation

wxa

No avatar

2008-10-26 15:31

Hello,

in the backend / admin i created asome categories under pages like this:

-Category A
---Level 1
-----Level 2

-Category B
---Level 1
-----Level 2

But in the frontend navigation it only shows:

-Category A
---Level 1

Category B
---Level 1


Is there any limitation in subcategories ? Why doesnt qc show the other sub-sub categories ?

Any help would be appreciated. Thanx in advance

p.s. i recently changed some code because of another problem see:

http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=5523&page=999

» Quick.Cart v3.x

treewood (OpenSolution)

Avatar: treewood

2008-10-27 07:53

strange because it should display sub sub category. Edit templates/themes/default.php and check that you have this code:
$sMenu3 = $oPage->throwMenu( 'menu_3.tpl', 3, $iContent, 2 );

If you have number 1 after this:
$iContent,
then change it to: 2

wxa

No avatar

2008-10-27 08:36

Hello Treewood,

Thank you for your swift answer.
I looked for that code and changed the following:

$sMenu3 = $oPage->throwMenu( 'menu_3.tpl', 3, $iContent, 2 );
to
$sMenu3 = $oPage->throwMenu( 'menu_3.tpl', 3, $iContent, 3 );

Now all works well.

Thank you again for the tip :)

Back to top
about us | contact