View Single Post
  #5  
Old 10-05-2006, 07:55 AM
 
TL408 TL408 is offline
 

X-Adept
  
Join Date: Jan 2005
Posts: 549
 

Default Re: Showng Icon for Free Shipping

Quote:
Originally Posted by raxitpatel
place above code in product.tpl where you want to display image.

Please help. I used the same code and inserted into the "skin1\customer\main\product.tpl" file but it doesn't work. Instead of showing the image, it is showing this text instead. [img]/skin1/images/FreeShipping.gif[/img]

I checked and do have the "FreeShipping.gif" file under the "skin1\images" directory. Here is the code that I put in.

Code:
{if $product.free_shipping eq "Y"} [img]{$ImagesDir}/FreeShipping.gif[/img] {/if}

Did I screwed up somewhere?

Thanks
-Tuan
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9
Reply With Quote