View Single Post
  #4  
Old 05-19-2006, 10:05 AM
 
Grant Grant is offline
 

Senior Member
  
Join Date: Apr 2006
Posts: 171
 

Default

Quote:
Originally Posted by TelaFirma
If what you are trying to do is display the field/value of an extra field named "RunningTime" then do this:

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

Word to tha muthaland!

That worked a treat. Thanks Telafirma
__________________
X-Cart version : 4.0.18
Mod : Customer Also Bought
Mod : Custom catergory Templates
Mod : Custon Product Templates
Reply With Quote