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

Thread: how do i change the top menu?

  1. #1
    notions is offline Junior Member
    Join Date
    Dec 2008
    Posts
    17

    Question how do i change the top menu?

    Hi,
    This is the first time I have used aspdotnetstorefront, so I am still getting used to it. I have designed my template and have applied to the homepage but I want the menu across the top to change from listing home, categories, manufactures etc... to list the actual categories that I have added how can I do this, can someone point me in the right direct.

    I understand it has something to do with ComponentArt but I cant work it out where it gets the info from etc....



    Cheers Russ

  2. #2
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    We have a KB or forum post on this...searching...
    AspDotNetStorefront
    Shopping Cart

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

    Default

    In the skins/skin_#/menuData.xml file, change
    Code:
    <item Text="(!menu.Categories!)" LookId="TopItemLook" />
    to
    Code:
    <item Text="(!menu.Categories0!)" LookId="TopItemLook" />
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  4. #4
    notions is offline Junior Member
    Join Date
    Dec 2008
    Posts
    17

    Smile thanks

    Thats great it works thanks V much

  5. #5
    EggsForBreakfast is offline Member
    Join Date
    Dec 2007
    Posts
    64

    Default Is this possible?

    Hi,

    We are evaluating the demo and are wondering if we could use nested categories to accomplish a 2 level horizontal menu such as:

    HOME | FOOD | CLOTHES | CUSTOMER SERVICE
    --------------------------------------------------------------------------------
    Fruit | Vegetables

    Based on this thread, it seems like we could use the out of the box horizontal menu as is, with the categories0 modification to show the first level categories, then have another instance of the component art menu directly beneath that, showing categories1.

    We would want the 2nd level to update on mouseover (or in the very least, on selection) of the top level menu items.

    Would this type of modification be a serious undertaking?

    PS: In this example, I would have our categories set up as:

    Food
    - Fruit
    - Vegetables
    Clothes
    - Shirts
    - Pants


    Thanks!
    EFB

  6. #6
    Nagesh_Vitta is offline Member
    Join Date
    Aug 2009
    Posts
    58

    Default I also need the same

    I also need the same.... let me know if anyone has the solution

    HOME | FOOD | CLOTHES | CUSTOMER SERVICE
    --------------------------------------------------------------------------------
    Fruit | Vegetables
    Last edited by Nagesh_Vitta; 08-16-2009 at 12:17 AM.

  7. #7
    gmaniac is offline Member
    Join Date
    Jul 2010
    Location
    Missouri
    Posts
    59

    Default anything ever figured out on this?

    Did anyone find a solution on this? I have been looking through the forums and can't find very much info on how to get the two columns on the horizontal menu.