Announcement

Collapse
No announcement yet.

Link

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

    Link

    Can any help please.
    What I am trying to do is, add an link from our website in the Link section of the product details, to say the manufactures page, which I know how to do, but instead of the customer moving away from our site, I want to create a new page, for example a popup page. I don't know which page to edit, does anyone know.
    Cheers
    Jon
    Jon Harvey
    Technical Director
    Wight Computers Ltd
    Hardware - Software - Printer Inks - CD & DVD Media - Memory Cards - Cases & Storage - Cables - Card Readers
    www.wightcomputers.co.uk

    #2
    Instead of changing the link function (for which will be honest and say can not remember on that one) a different solution might be to add it to your product template and use a customvar property to use, so...

    Open up your product template and locate where within the source you want your link text that opens a new window to appear, maybe just after the description NETQUOTEVAR and add something like.

    <a href="CUSTOMVAR:EXTERNALLINK" target="link_window">CUSTOMVAR:EXTERNALTEXT</a>

    Save that and then go into Advanced | Custom Properties and add text value properties for:

    EXTERNALLINK and
    EXTERNALTEXT

    Then, within the property you want to use this link, click into its properties tab and click the + to add a new property usage and locate your EXTERNALLINK and give it a full URL of:

    http://www.domain-to-visit.com/page-to-visit.html

    and in the EXTERNALTEXT put (eg)...

    Click here to visit the blah blah blah

    That will provide you with the ability to add the external link which opens up in a new window at the product level when ever you want...

    Depending on which product templates you are using, you may need to add the code into a few products, but hope that gives you the general idea...

    Comment

    Working...
    X