I have a module set to the home menu item, but it is being displayed on every product page.
¿How can I fix this?
¿Should I delete the module position from my joomla template and put it on the frontpage module?
Thanks in advance
You can edit your template module position
http://www.kaizenmediaworks.com/virtuemart-template-and-module-control
OR:
You can edit the module template
module/tmpl/default.php
place this before everything
<?php if (JRequest::getVar('view')=='virtuemart') { ?>
then this at the bottom
<?php } ?>
¡Thanks for your answer! Problem solved thanks to you!