Hello,
I want to access specific custom fields in the products template, to do custom styling on them.
Interested both for the categories page (multiple products), as well as a single product page.
So far, I do this:
<div class="custom-fields">
<?php echo shopFunctionsF::renderVmSubLayout('customfields',array('product'=>$product,'position'=>'my_positions')); ?>
</div>
But this displays all the custom fields in the specific position.
Thanks
Just use different names for the position attribute and make a few calls for position1, position2.
http://forum.virtuemart.net/index.php?topic=128936.0