View Single Post
  #20  
Old 01-26-2009, 08:23 AM
 
toltion toltion is offline
 

Advanced Member
  
Join Date: Jun 2007
Posts: 39
 

Default Re: Extra Fields 4.1.x products_t.tpl

Hi Christine,

You need to LOOP through the Extra fields and display the one using an {if} statement -

Code:
{section name=field loop=$extra_fields} {if $extra_fields[6].value ne ""} {$extra_fields[6].value} {/if} {/section}
__________________
X-Cart Gold 4.1.9
Gift Registry/Special Offers
Advanced mini-cart
XC-SEO
Mulltiple Category/Product Templates
Also bought/recently viewed
Feedback reviewer/viewer bundle
Marketing Manager Pro bundle
many more mods
Reply With Quote