View Single Post
  #2  
Old 11-20-2010, 03:14 AM
 
alexisc67@msn.com alexisc67@msn.com is offline
 

Newbie
  
Join Date: Nov 2010
Posts: 5
 

Default 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
Reply With Quote