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

Thread: Menu text

  1. #1
    labman is offline Junior Member
    Join Date
    Sep 2008
    Posts
    7

    Default Menu text

    I want to change the text of the top menu. I want to change the word "Categories" to "Products". I've looked in the usual menu files but can't seem to find what I should change.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    That's just a string resource which could be changed in Contents -> String Resource Mgr, and search 'menu.Categories'.

    {root}/XMLPackages/page.menu.xml.config - is the xml file that's used to display the top menu in v9, it's used to be menudata.xml.config in v8 and lower.

  3. #3
    labman is offline Junior Member
    Join Date
    Sep 2008
    Posts
    7

    Default

    many thanks