I'm trying to extra fields as a "y/n" flag to determine whether a special image is displayed on the product.tpl page.
I know I'm formatting the field wrong but I'm not sure how it should be formatted. can someone help?
Code:
{if $product.extra_fields[1].field_value eq "y"}
[img]{$ImagesDir}/trophy.jpg[/img]
{/if}