Re: Show an product extra field in the products list page
Hi,
I have done this with this code, 'Farge' is the name of the extra field:
{if $active_modules.Extra_Fields}
{foreach from=$product.extra_fields item=v}
{if $v.active eq "Y" && $v.field && $v.field == "Farge"}
{$v.value}
{/if}
{/foreach}
{/if}
__________________
X-Cart Gold 4.3
|