News:

Looking for documentation? Take a look on our wiki

Main Menu

disable module on check out

Started by ocean1, November 15, 2012, 21:42:55 PM

Previous topic - Next topic

ocean1

Hi,

We have a product slider on top of the webstore, how can we disable the slider when checking out.
Modules can be shown in specific menu's and now I want it also in specific item in VirtueMart like the checking out page

Best regard
Ocean

PRO

<?php if (JRequest::getVar('view')!='cart') { ?>
<jdoc:include type="modules" name="module-name" />
<?php } ?>

http://www.kaizenmediaworks.com/virtuemart-template-and-module-control


or

http://www.metamodpro.com/metamod/metamod-pro

OR:

YOU can also change the module template

wrap it like so
<?php if (JRequest::getVar('view')!='cart') { ?>



<?php } ?>

ocean1

uhmm
okey
wouw
that will do the trick
thanks
8)