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.