Announcement

Collapse
No announcement yet.

Navigation menu order

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Navigation menu order

    Hi,

    I has request to change the order of the navigation menu - i.e. they want to move the Home, Site map, Search, Products etc to read Home, Products, Site map, search.

    I have looked all over and cannot find the template that will allow me to make this change. Any pointers in the right direction would be appreciated.

    Many thanks
    Ian.

    #2
    you will have to hard code this

    depending on the theme you are using.....try

    act_primary
    act_header
    act_navigation

    Comment


      #3
      If you are using any of the 'Specific Designs' (other than BusinessCSS) or any of the CLean Layouts, then find NETQUOTEVAR:FOOTERGUIDE within the Act_Primary.html template (go to 'Design | Options | Layout' and click 'Edit' next to the 'Default Overall Layout' field).

      Replace it with some, or all, of the following variables:

      Search button-NETQUOTEVAR:NAVBSEARCH
      Checkout button-NETQUOTEVAR:NAVBCHECKOUT
      Cart button-NETQUOTEVAR:NAVBCART
      Email button-NETQUOTEVAR:NAVBMAIL
      SiteMap button-NETQUOTEVAR:NAVBSITEMAP
      Info button-NETQUOTEVAR:NAVBINFO
      Up button-NETQUOTEVAR:NAVBUP
      Back button (new)-NETQUOTEVAR:NAVBBACK
      Catalog button-NETQUOTEVAR:NAVBCATALOG
      Home button-NETQUOTEVAR:NAVBHOME
      Login Button-NETQUOTEVAR:NAVBLOGIN

      Comment

      Working...
      X