View Single Post
  #16  
Old 12-18-2011, 02:27 PM
 
weckie weckie is offline
 

eXpert
  
Join Date: Feb 2005
Location: Netherlands
Posts: 220
 

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

Quote:
Originally Posted by cflsystems
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

WELL WELL... That did the job lol. Sometimes xcart is difficult from its easyness.... <-- is that english?? LOL

Thanks Anyway.
__________________
Herman Steijn

Using: X-cart 4.5.4
AT: http://www.weckonline.com LIVE
Reply With Quote