View Single Post
  #86  
Old 09-13-2006, 12:31 PM
 
longhorn180 longhorn180 is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Richmond, Virginia
Posts: 187
 

Default Re: X-Cart 4.1.2 released

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.
__________________
4.1.9 (Linux) Live Store
www.thecrackedbook.com
Find used books and out of print books.
Reply With Quote