View Single Post
  #4  
Old 01-11-2007, 11:49 AM
 
KeeYoung Hartley KeeYoung Hartley is offline
 

Newbie
  
Join Date: Nov 2004
Posts: 2
 

Default Re: Extra Fields 4.1.x products_t.tpl

I added the code

Code:
{foreach from=$products[product].extra_fields item="ef"} {if $ef.value ne ''} <br>{$ef.field}: {$ef.value} {/if} {/foreach}

into '/skin1/customer/main/products.tpl' instead of products_t.tpl and it works.

Thank you!
__________________
X-Cart Gold v4.1.3
Reply With Quote