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

Senior Member
  
Join Date: Sep 2006
Posts: 115
 

Default Re: Adding a extra field to product category view

i use the following in 4.3.2

{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 fields name
__________________
X-cart - 4.3.2 loads of mods and custom code
Reply With Quote