Announcement

Collapse
No announcement yet.

adding new navigation buttons

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

    adding new navigation buttons

    In the store I am building there is a clothing section, footwear, etc. I would like these to show up in the navigation bar as apposed to just 'shop'. How do I do it ? I read something somewhere about 'a section list formatted as a javascript array' ?

    Please help.

    Thanks to anyone who helps.

    Garethking

    #2
    If you want Actinic to list all the top-level sections in your store, then it is possible to use a 'JavaScript array' - which is basically a specially-formatted index of the sections in your store that can be used in a variety of ways. Instructions for this are in the Advanced User Guide.

    If you just want a few links to a few key sections, then I would suggest you hard-code navigation links into your overall layout template (normally Act_Primary.html or Act_BrochurePrimary.html) which link to the sections in the store.

    Comment

    Working...
    X