View Single Post
  #5  
Old 03-28-2009, 02:44 PM
 
Tim CDN Tim CDN is offline
 

Advanced Member
  
Join Date: Mar 2009
Posts: 48
 

Default Re: Linking pages from product pages

Two issues
#1
What I am trying to do is link a to a page from either text or an image.

To link a page I am trying to use:
<a href="testpage.html">
this works with static pages - I think I have sorted this prob out.

#2

When I try to show an image into the product description I would like to use smarty but I am having problems

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

Thanks for the help
__________________
Gold 4.2.0
CDSEOPRO v.1.3.1
Advanced MiniCart
ezUpsell
One Page Checkout
Drug Test Kits
Reply With Quote