VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: psycasso on October 17, 2012, 16:49:16 PM

Title: hide left sidebar on product details page
Post by: psycasso on October 17, 2012, 16:49:16 PM
Hi
I tried to search all over the net and didnt find a way to hide left sidebar on product details page
anyone?

thanks
Title: Re: hide left sidebar on product details page
Post by: PRO on October 17, 2012, 17:48:20 PM
In your template you  can make it NOT display the position on product page

<?php if (JRequest::getVar('view')!='productdetails') { ?>
<div id="divid"><jdoc:include type="modules" name="POSITION-NAME" /></div>
<?php } ?>


http://www.kaizenmediaworks.com/virtuemart-template-and-module-control
Title: Re: hide left sidebar on product details page
Post by: AH on October 17, 2012, 18:03:14 PM
If you dont want to mess with your template use this:-

http://www.metamodpro.com/metamod/metamod-pro (http://www.metamodpro.com/metamod/metamod-pro)
Title: Re: hide left sidebar on product details page
Post by: bytelord on October 17, 2012, 20:51:05 PM
or this: http://extensions.joomla.org/extensions/style-a-design/modules-management/10307