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 4 of 4

Thread: Top menu

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

    Default Top menu

    How do you add an item to the top menu? By default it has home - categories -departments - customer service

    I wan to add another menu item to that list, can't find where you do that in admin.

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

    Default

    Check the skins/skin_#/menuData.xml file (where # is the ID of the skin that you are currently using)
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

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

    Default Is that file dynamically created?

    If I edit the menuData.xml will my changes be overwritten by user activity? In other words is menuData.xml generated by ASPDOTNETSTOREFRONT or is it only editable by manual methods?

    Otherwise is there much benefit to using this .xml rather than just hard coding the menu into the template?


    Thanks.

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

    Default

    menuData.xml isn't modified by the software, no. As far as why use this over hardcoding menus...it's just easier. This is already built and ready to go, doesn't make much sense to do it all by hand in the template unless you want the menu to work completely differently.