Jump to content

BlockTopMenu subcategories


antoinedan

Recommended Posts

Hello!

I have add this link manually in blocktopmenu.tpl:

<li {if {$smarty.server.REQUEST_URI} == '/21-createurs'} class="sfHoverForce"{/if}><a href="/21-createurs">{l s='Créateurs'}</a></li>

But it's a category of products and he don't display the subcategories of the category "créateurs" on mouse over the link. Why?

 

Thnaks!

Edited by antoinedan (see edit history)
Link to comment
Share on other sites

it is possible, but in this case you will need to insert there whole tree manually,

 

here is an example:

<li class="">
  <a href="http://192.168.2.8/1560a/en/3-music-ipods" class="sf-with-ul">iPods<span class="sf-sub-indicator"> »</span></a>
  <ul style="display: none; visibility: hidden;">
    <li><a href="http://192.168.2.8/1560a/en/6-gold">Gold</a></li>
    <li><a href="http://192.168.2.8/1560a/en/7-brown">Brown</a></li>
    <li><a href="http://192.168.2.8/1560a/en/8-antique">Antique</a></li>
  </ul>
</li>
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...