View Single Post
  #1  
Old 04-27-2011, 03:24 AM
 
Luke White Luke White is offline
 

Newbie
  
Join Date: Apr 2011
Posts: 4
 

Default IF statement for custom fields

I would like to make a image visable when an extra fires is set to 'Yes' in the product.tpl


My current code look like:


{if $bestsellers.extra_fields[0]value eq "Yes"}
<img src="lifetimelabour.jpg"/>


{/if}

But fails to work. Can someone please point me in the correct direction.
__________________
X-Cart 4.4
Reply With Quote