Quote:
Originally Posted by cherie
That would be the other code that uses the $products[product].extra_field array. 
|
Okay, call me stupid. I cannot seem to get this to work on the products.tpl. Do you mind helping me see where I'm screwing this up? The extra field value won't display with this code
Code:
{section name=field loop=$products[product].extra_fields}
{if $products[product].extra_fields[field].service_name eq "AUTHOR"}
by: {$products[product].extra_fields[field].field_value}
{/if}
{/section}
Any help is greatly appreciated.