PDA

View Full Version : Link to Catalogue


ClaireMH
05-Jan-2004, 03:44 PM
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?:confused:

Menar
06-Jan-2004, 09:04 AM
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

cdicken
06-Jan-2004, 04:08 PM
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.