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
|