aditya369 Posted January 25, 2012 Share Posted January 25, 2012 Hello All, Currently the default horizontal menu is Home About us Contactus | |->Ipods |->Accessories |-> Laptops I would like to have the menu as Ipods Accessories Laptops Aboutus Contactus... Can anyone help me on how to do this? Thanks in advance, Aditya Link to comment Share on other sites More sharing options...
CartExpert.net Posted January 25, 2012 Share Posted January 25, 2012 Hello, You will need to edit the file displaying the menu items. Link to comment Share on other sites More sharing options...
aditya369 Posted January 25, 2012 Author Share Posted January 25, 2012 Hello CartExpert, Thanks for the reply... I tried to modify the code in blocktopmenu.tpl file as <!-- {$MENU} --> {foreach from=$blockCategTree.children item=child name=blockCategTree} <li><a href="{$child.link}">{$child.name}{$child.id}</a></li> {/foreach} In this, "$child.link" and "$child.id" are working but "$child.name" is not displaying any thing. How can I get the name here?? Thanks, Aditya Link to comment Share on other sites More sharing options...
CartExpert.net Posted January 25, 2012 Share Posted January 25, 2012 Hello, Try using : {$child.name|escape:html:'UTF-8'} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now