Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Top Menu Drop Down

  1. #1
    lkkol is offline Member
    Join Date
    Mar 2009
    Posts
    54

    Default Top Menu Drop Down

    Is there a way to remove the drop down menu from the top menu?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    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 :-)

  3. #3
    lkkol is offline Member
    Join Date
    Mar 2009
    Posts
    54

    Default

    I don't want to remove the top menu I just do not want it to do drop downs.

  4. #4
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    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>

  5. #5
    lkkol is offline Member
    Join Date
    Mar 2009
    Posts
    54

    Default

    Thanks,

    That is what I figured.

    But wanted to make sure before I started digging in.