View Single Post
  #11  
Old 08-24-2011, 03:16 PM
 
7thdesire 7thdesire is offline
 

Senior Member
  
Join Date: Sep 2006
Posts: 115
 

Default Re: Can't get extra fields to show in other places

{foreach from=$product.extra_fields item=v}
{if $v.active eq "Y" && $v.value ne ""}
{if $v.field eq "Swatch"}
{$v.value}
{/if}{/if}
{/foreach}

replace swatch with your extra field name
__________________
X-cart - 4.3.2 loads of mods and custom code
Reply With Quote