Search
Other Advanced Module Manager questions
Forum

About Advanced Module Manager and JoomShopping

stfeano's Avatar stfeano
Hi, I have a question about Advanced Module Manager and JoomShopping.
I also use Virtuemart and I saw that if I use your module I can put a setting where it allows me not to display the module for example in the sidebar if I am in the product page.
Is it possible to have the same thing also using Joomshopping?

If yes how can I do it?
thanks s lot

stefano
Peter van Westen's Avatar Peter van Westen ADMIN
There is no ready-to-use option for that for Joomshopping.
However, you can probably do what you need using the URL conditions.
And if that doesn't cover it, you would need to do this via some custom PHP in the PHP condition.
Please post a rating at the Joomla! Extensions Directory
stfeano's Avatar stfeano
OK, thank you, can you give me some help to figure out how to do it?
thanks a lot

stefano
Peter van Westen's Avatar Peter van Westen ADMIN
If there is something unique in the URLs, you can use that.

If not, you will need to ask JoomShopping if they can provide you with a PHP code snippet that checks whatever you need and returns true/false based on that.

But maybe something like this is enough:
return $app->input->get('option') === 'com_joomshopping' && $app->input->get('view') === 'product';
Please post a rating at the Joomla! Extensions Directory
You can only post on the extension support forum if you have an active subscription and you log in

Buy a Pro subscription