View Single Post
  #7  
Old 03-29-2009, 04:55 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Linking pages from product pages

Quote:
Originally Posted by Tim CDN
If I use:
<img src="{$ImagesDir}/test.gif" alt="" />

in the HTML of the product description it won't pull the image.

But if I use this:

<img src="http://www.testsite/images/test.gif" alt="" />

It works

Your images must live in /skin1/images

/skin1/images = {$ImagesDir}

DO NOT use /images unless you want to break your site when it goes https.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote