Page tree

ragou

Avatar: ragou

2009-02-06 02:01

I've made QC to display all categories (not onli the top level). But unfortunately only two levels deep are displayed. Can it be made deeper at least one level more.
http://bitpazar.net - this is a test and is in Bulgarian
The last two categories have subcategories, but are invisible.

» Quick.Cart v3.x

treewood (OpenSolution)

Avatar: treewood

2009-02-06 07:56

yes it is possible edit templates/themes/default.php and change this:
$sMenu3 = $oPage->throwMenu( 'menu_3.tpl', 3, $iContent, 2 );
$sMenu4 = $oPage->throwMenu( 'menu_4.tpl', 4, $iContent, 2 );

to this:
$sMenu3 = $oPage->throwMenu( 'menu_3.tpl', 3, $iContent, 3 );
$sMenu4 = $oPage->throwMenu( 'menu_4.tpl', 4, $iContent, 3 );

ragou

Avatar: ragou

2009-02-06 09:30

It works.
Thank you.

Vladder

No avatar

2009-04-23 14:14

no it doesnt work
!!!!

Vladder

Back to top
about us | contact