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
<?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 } ?>
uhmm
okey
wouw
that will do the trick
thanks
8)