Is there a way to remove the drop down menu from the top menu?
Is there a way to remove the drop down menu from the top menu?
You want to remove the top menu entirely? You'd have to edit the template.ascx:
Code:<!-- TOP MENU --> ... take out all this stuff ... <!-- END TOP MENU -->
Last edited by AspDotNetStorefront Staff - Scott; 04-21-2009 at 07:37 AM. Reason: Wrong file name :-)
I don't want to remove the top menu I just do not want it to do drop downs.
Open the skins/skin_#/menuData.xml file. You'll have to replace menu.Categories, menu.Sections, and menu.Manufacturers with different string resources (these 3 are keywords that the application recognizes and will auto-create the dropdowns dynamically). Then you would need to remove the sub-nodes from the menu.CustomerService item node to get rid of the dropdown there![]()
<a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>
Thanks,
That is what I figured.
But wanted to make sure before I started digging in.