VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: derek webster on August 29, 2012, 17:40:16 PM

Title: display module in flypage VM2
Post by: derek webster on August 29, 2012, 17:40:16 PM
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

Title: Re: display module in flypage VM2
Post by: PRO on August 29, 2012, 17:59:51 PM
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
Title: Re: display module in flypage VM2
Post by: derek webster on August 29, 2012, 18:05:39 PM
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.
Title: Re: display module in flypage VM2
Post by: derek webster on August 29, 2012, 18:28:06 PM
I've figured it out

echo JHTML::_('content.prepare', "{loadposition vmshare}");

Is all thats needed