View Single Post
  #8  
Old 02-13-2008, 04:52 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Adding Free Shipping Image

That's because your code is botched up It should read:

{if $products[product].free_shipping eq 'Y'}<img src="{$ImagesDir}/free_shipping.gif" alt="" />{/if}

You have an open image tag and a closing span tag in your code, which is probably why it wasn't displaying correctly.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote