Announcement

Collapse
No announcement yet.

How can I make the Product Information Link open in a new window?

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

    How can I make the Product Information Link open in a new window?

    v7 and earlier

    This can be achieved by modifying the Product Templates.

    You may want to make new versions of the templates if you intend to retain the normal operation for some products.

    - Edit the appropriate product template in the site folder with a text editor such as Notepad.
    - Locate and replace each occurrence of:

    <br>NETQUOTEVAR:PRODUCTBEGINLINK
    NETQUOTEVAR:PRODUCTLINKTEXT
    NETQUOTEVAR:PRODUCTENDLINK

    - With:

    <BASE TARGET="_blank">
    <br>NETQUOTEVAR:PRODUCTBEGINLINK
    NETQUOTEVAR:PRODUCTLINKTEXT
    NETQUOTEVAR:PRODUCTENDLINK
    <BASE TARGET="_self">

    - Save the changes and update the web site.

    This has the effect of switching the target for just the information link, and resetting it for other links. When there is no information link, the tags have no resultant effect on the page.
Working...
X