View Single Post
  #3  
Old 01-17-2011, 06:29 AM
 
Fascinations Fascinations is offline
 

Member
  
Join Date: Dec 2010
Posts: 16
 

Default Re: Displaying Extra Fields using "if" statements

If anyone else wants to accomplish something similar, I just figured it out.

The extra field number needed to be used in "if"statement as well.

This code works -
Code:
{section name=brand} {if $extra_fields[6].active eq "Y" && $extra_fields[6].field_value} <strong>{$extra_fields[6].field}:</strong> {$extra_fields[6].field_value} <br> {/if} {/section}
__________________
X-Cart Pro 4.4
Reply With Quote