Added code inside of information.tpl:
Code: Select all
<div class="headingcolumn"><h1>Pet Care Categories</h1></div>
<div id="category_menu" class="category">
<div class="menu_breadcrumb" id="menu_breadcrumb"></div>
<script type="text/javascript">
ajaxinclude("/files/petcaremenu/index.html")
</script>
</div>
<div class="columnBottom"></div>
Code: Select all
<ul>
<li class="enabled"><a class="cat_lvl_0" href="/pest-care.html">Pest Care (2)</a></li>
<li class="enabled"><a class="cat_lvl_0" href="/pet-care.html">Pet Care (1)<img src="catalog/styles/coloured/image/arrow.png"></a>
<ul class="menu" >
<li class="enabled"><a class="cat_lvl_1" href="/pet-care/shampoos.html">Shampoo (1)</a></li>
</ul></li>
</ul>
I now have a number of new menus that make navigation a lot easier which is what I wanted .
Thanks to Leo / Brent for coding this very useful modification.
See below signature to see the new menus on my site.
PS: I choose the information.tpl as this is the only module I use apart from the manufacturer, category modules in my side column and it is positioned perfectly for my use. The correct way is to create a new module for your new menus which I will do soon. At least the above will set you on the right path on how to create multiple side menus - hopefully!
I have submitted this as a feature request to be coded properly:
viewtopic.php?f=14&t=861