View Single Post
  #7  
Old 05-05-2011, 12:44 AM
 
Luke White Luke White is offline
 

Newbie
  
Join Date: Apr 2011
Posts: 4
 

Default Re: IF statement for custom fields

Quote:
Originally Posted by cflsystems
{if $bestsellers.extra_fields[0].value eq "Yes"}
<img src="lifetimelabour.jpg"/>
{/if}

It may work with your original code but you were missing a dot(.)

Perfect. Code I used in the end was
{if $extra_fields[0].field_value eq "Yes"}
<img src="lifetimelabour.jpg"/>
{/if}

but that's because I made the mistake of thinking value was the field value.

I couldn't have managed this without your help. Many thanks.
__________________
X-Cart 4.4
Reply With Quote