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

Thread: V9 - How to remove Manufacturer Menu from navigation

  1. #1
    natt_a is offline Junior Member
    Join Date
    Nov 2009
    Posts
    11

    Default V9 - How to remove Manufacturer Menu from navigation

    I used to be able to comment out the manufacturer menu tag in menudata.xml and vertmenudata.xml for version 8 and the manufacture menu won't show up. In version 9 it doesn't seem to work that way.

    I had already figured out that the vertical left menu on the main page is inside template.master and not template.ascx file.

    But how do I remove the manufacturer menu from the top horizontal menu in version 9?

    Thank you.

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

    Default

    Take a look at /root/XmlPackages/page.menu.xml.config instead of the old menuData.xml file. You can comment out:

    Code:
    <siteMapNode title="(!menu.Manufacturers!)" url="~/manufacturers.aspx" type="manufacturer" />
    ..to remove the Manufacturers option