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
|