News:

Looking for documentation? Take a look on our wiki

Main Menu

hide left sidebar on product details page

Started by psycasso, October 17, 2012, 16:49:16 PM

Previous topic - Next topic

psycasso

Hi
I tried to search all over the net and didnt find a way to hide left sidebar on product details page
anyone?

thanks

PRO

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

AH

Regards
A

Joomla 4.4.5
php 8.1

bytelord

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!