Announcement

Collapse
No announcement yet.

Link to Catalogue

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

    Link to Catalogue

    I have been advised that to create my own navigation on my brochure pages I have to make roll overs with links.

    But how do I link to my catalogue and my contact email?

    #2
    Hi there,

    This can be achieved by hard coding the buttons in within the Act_BrochurePrimary.html.

    I would suggest to create your custom buttons using a graphic tool then using Dreamweaver you can create the rollover for the buttons with ease.

    In order to link each buttons to the appropriate areas you can simply input the full qualified URL's or use the variables as below,


    Button ---------------- Placeholder
    Search button ----------> NETQUOTEVAR:NAVBSEARCHLINK
    Checkout button ----------> NETQUOTEVAR:NAVBCHECKOUTLINK
    Cart button ----------> NETQUOTEVAR:NAVBCARTLINK
    Email button ----------> NETQUOTEVAR:NAVBMAILLINK
    SiteMap button ----------> NETQUOTEVAR:NAVBSITEMAPLINK
    Info button ----------> NETQUOTEVAR:NAVBINFOLINK
    Up button ----------> NETQUOTEVAR:NAVBUPLINK
    Back button (new) ----------> NETQUOTEVAR:NAVBBACKLINK
    Catalog button ----------> NETQUOTEVAR:NAVBCATALOGLINK
    Home button ----------> NETQUOTEVAR:NAVBHOMELINK
    Login Button ----------> NETQUOTEVAR:NAVBLOGINLINK


    Hope this helps
    Thank You
    Menar Khan

    Comment


      #3
      Just to clarify, those variables Menar mentions will not work in borchure pages - only store pages. You will need to manually place the code for your own buttons and then link them to

      "mailto:youremail@yourdomain.com"

      to link to an email address, and then use something like:

      "http://your.URL/acatalog"

      to link to your store front page.

      Comment

      Working...
      X