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
|