Jump to content

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...