View Single Post
  #20  
Old 10-01-2005, 06:41 AM
 
junaid junaid is offline
 

Advanced Member
  
Join Date: Dec 2003
Posts: 96
 

Default

okay here is my code but its for product.tpl i think it should work
{section name=field}
{if $extra_fields[field].active eq "Y" && $extra_fields[field].field_value}
{$extra_fields[XX].field_value}
{/if}
{/section}

remember field id does vary and may not be as in the database there do try various combinations.

also i need opinion of others on this, is there any risk showing like this or any improvement in the code.
Reply With Quote