Announcement

Collapse
No announcement yet.

navigation buttons

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

    navigation buttons

    hello,

    I am a new user(one week old) with actinic so forgive my ignorance...
    I am trying to buid a template in the best way I can but I have lots of little problems...
    In design options->navigations, there a lots of 'easy to create' buttons such as send mail, order icon,... which are very handy. But how can I control their order of appearance in the HTML page and how can add my own navigation buttons amongst them??

    Do I have to redo it all by myself??

    qali

    #2
    Hello Qali,

    You have to look in Act_primary (and some other templates depending of the Theme you choosed) for code such as :
    NETQUOTEVAR:NAVBHOME
    NETQUOTEVAR:NAVBCATALOG
    NETQUOTEVAR:NAVBUP
    NETQUOTEVAR:NAVBLOGIN
    NETQUOTEVAR:NAVBCART
    NETQUOTEVAR:NAVBCHECKOUT

    etc...
    This is the code "calling" the navigation buttons. If you move the code you can change the position of the corresponding buttons (but make a copy of the template before making some tests).
    User of Actinic since V3 and living on the French riviera

    Comment

    Working...
    X