News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

display module in flypage VM2

Started by derek webster, August 29, 2012, 17:40:16 PM

Previous topic - Next topic

derek webster

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


PRO


derek webster

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.

derek webster

I've figured it out

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

Is all thats needed