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.