hi There anyone know how to show a module in the product detail page - I used to do it in VM1.1 like this
<?php echo vmCommonHTML::ParseContentByPlugins( "{loadposition vmshare}"); ?>
but this doesn't work in VM2 :(
Anyone?
Thanks
Derek
http://www.kaizenmediaworks.com/virtuemart-template-and-module-control
http://www.metamodpro.com/metamod/metamod-pro
also, vmart accepts joomla plugins, so you can try mos load module
thanks for the prompt reply - these look great however they do not allow me to place a module anywhere inside the flypage code like my previous code does. for example I'd like the module to start AFTER the image thumbnail code.
I've figured it out
echo JHTML::_('content.prepare', "{loadposition vmshare}");
Is all thats needed