News:

Looking for documentation? Take a look on our wiki

Main Menu

[SOLVED] Social share buttons under spacer-buy-area

Started by guidocx842, December 27, 2012, 12:35:10 PM

Previous topic - Next topic

guidocx842

Hi everybody!
I need some help to integrate my social module (http://www.e-max.it/joomla-modules/social-share-buttons.html) under the Add-to-cart button in Virtuemart 2 product details page.
Can you give me some help? I can't {loadposition xxx} from my productdetails/default.php file...
If it's not possible, how can I integrate social buttons under the add-to-cart button? Thank you very much!

guidocx842

WOW!
I find a reeeealy useful link: http://forum.virtuemart.net/index.php?topic=52539.0

The solution is to place where you want:

Quote<?php $modules =& JModuleHelper::getModules('anymodule');
foreach ($modules as $module) {
   echo "<div>";
   echo JModuleHelper::renderModule($module);
   echo "</div>";
} ?>