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
|