Adding modules to the Product detailed view

More
7 years 10 months ago - 7 years 10 months ago #84315 by 70's
Hi,
Does anyone has any idea how to do this the opposite way? I mean removing modules from product detailed view (not with "display:none").
Thanks.
Last edit: 7 years 10 months ago by 70's.

Please Log in or Create an account to join the conversation.

More
7 years 10 months ago #84317 by techer
Replied by techer on topic Adding modules to the Product detailed view

70's wrote: Hi,
Does anyone has any idea how to do this the opposite way? I mean removing modules from product detailed view (not with "display:none").
Thanks.

Advanced Module Manager can do this as well.

EShop because is the best Joomla e-commerce.

Please Log in or Create an account to join the conversation.

More
7 years 10 months ago #84319 by 70's
Thanks Techer,
That's a good way to go, but i used the code below to remove sidebar modules in product details page:
Code:
if ($sidebar1 && (JRequest::getVar( 'view' ) != 'product')) { $this->loadBlock('mainbody/one-sidebar-left', array('sidebar' => $sidebar1)); }

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
7 years 9 months ago #84417 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Adding modules to the Product detailed view
OK Peter!

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong