Does anyone know how to create a new menu in v 1.4? I found instructions for v 1.2 but they're not compatible... I need to create another menu under left menu, to have there products grouped by brand.
Thank you for any help.
» Quick.Cart v1.x
merci
2007-06-29 08:50
roxanacaz - read instruction from http://opensolution.org/Quick.Cart/docs/?id=tips#how_to_add_new_other_menu You have to adapt it a little bit to your version, for example the name of menu on the left : instead of $lang['menu_left'] in 1.4v it is $lang['products']
roxanacaz
2007-06-29 10:11
Thank you for your quick answer. I've tried this, but I can't seem to find in core/categories.php: $this->aTypeShowSub = Array( 1 => null, 2 => true, 3 => true );
I followed all of those steps and did'nt manage to get it working. Oh, and in page.tpl I didn't understand where to add
<div id="foot"> <p> $sMenu4</p>
so it is shown right under products menu...
If you can give me a bit of more help I'll really appreciate it.
Thank you.
merci
2007-06-29 15:05
roxanacaz - you have to add it in page.tpl under $sCategoriesMenu