Virtuemart Product variations in Products (category listing) page - temporary solution and proposal

giancarlo
29 Posts
giancarlo posted this 31 March 2016

Waiting for the official development of the "Product Variations" Control for the "products" page here I post, for everyone who needs, the CMS code that you can use to overcome the above mentioned needing.

<?php echo shopFunctionsF::renderVmSubLayout('addtocart',array('product'=>$product,'rowHeights'=>$rowsHeight[$row], 'position' => array('ontop', 'addtocart'))); ?>

the solution has been successfully tested with joomla 3.5 and virtuemart 3.0.14
...hope this helps..

Regards.
Giancarlo.

Waiting for the official development of the "Product Variations" Control for the "products" page here I post, for everyone who needs, the CMS code that you can use to overcome the above mentioned needing. <?php echo shopFunctionsF::renderVmSubLayout('addtocart',array('product'=>$product,'rowHeights'=>$rowsHeight[$row], 'position' => array('ontop', 'addtocart'))); ?> the solution has been successfully tested with joomla 3.5 and virtuemart 3.0.14 ...hope this helps.. Regards. Giancarlo.

Last edited 04 April 2016 by Support Team

Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
Giuma
86 Posts
Giuma posted this 27 February 2017

thanks for this

thanks for this
giancarlo
29 Posts
giancarlo posted this 27 February 2017

You're welcome.

You're welcome.
You must log in or register to leave comments