View Single Post
  #21  
Old 02-24-2009, 06:35 AM
 
ChristineP ChristineP is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 310
 

Default Re: Extra Fields 4.1.x products_t.tpl

Hi toltion,

How does this work for multiple extra fields on the product.tpl page?


Quote:
Originally Posted by toltion
Hi Christine,

You need to LOOP through the Extra fields and display the one using an {if} statement -

Code:
{section name=field loop=$extra_fields} {if $extra_fields[6].value ne ""} {$extra_fields[6].value} {/if} {/section}
__________________
______________
version 4.1.9 Gold
Reply With Quote