View Single Post
  #10  
Old 09-15-2004, 05:54 PM
 
Emerson Emerson is offline
 

X-Man
  
Join Date: Mar 2004
Location: Atlanta, GA
Posts: 2,209
 

Default

You have the define the section:

Code:
{section name=field loop=$extra_fields} {if $extra_fields[field].active eq "Y" && $extra_fields[field].field_value} {$extra_fields[0].field_value} {$extra_fields[0].field} {/if} {/section}

You'll just need to adjust/add/remove the
Code:
{$extra_fields[0].field_value} {$extra_fields[0].field}
part to show the extra field you want to display
__________________
Emerson
Total Server Solutions LLC- Quality X-Cart Hosting
Recommended X-Cart Hosting Provider - US and UK servers
Does your host backup your site? We do EVERY HOUR!!!
Shared Hosting | Managed Cloud | Dedicated Servers
Reply With Quote