PDA

View Full Version : linking to external catalog or another website



nielsnorby
03-30-2009, 02:20 PM
If you want to link to another webpage or supplier catalog you can simply insert some html code in the description box of a category or product screen.

Here is the sample code

<A HREF="http://www.yourstore.com" TARGET="_self">Click Here</A> to view catalog


1. change the www.yourstore.com (http://www.yourstore.com) to the web address you want to link to.

2. This code will go from your current page to the new webpage. If you want to open up a new window when you link to the catalog change the word "self" to blank

Cheers,