View Single Post
  #15  
Old 12-18-2011, 02:04 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: put content of Extra Field into the <head> ?

The custom skin you are using should not matter. On products list pages it is not

{foreach from=$extra_fields item=v}

It would be

{foreach from=$product.extra_fields item=v}

Above assuming you are already inside

{foreach from=$products item=product}

Extra fields array is part of each product's array inside $products
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote