VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Sydiom on July 29, 2012, 18:00:01 PM

Title: Positioning a module the product details page
Post by: Sydiom on July 29, 2012, 18:00:01 PM
Hello All

I am using Joomla 2.5.6 and VM 2

I want to position the currency converter in a very specific place on the products details page.

According to how I have done this before, I have followed all the correct steps:


But if you go to http://78.129.143.111/~bobbark/index.php/water-filters/water-filter-detail you can see an area that I have bordered with dotted blue outline. The module should be inside there.

I am baffled. Surely I have followed each step correctly?

[attachment cleanup by admin]
Title: Re: Positioning a module the product details page
Post by: nordmograph on October 14, 2012, 18:43:26 PM
Here is what you need to insert in the view

$modules =& JModuleHelper::getModules('atomic-currency-Convert-Module');
foreach ($modules as $module){
echo JModuleHelper::renderModule($module);
}