Hello,
I'm using magento CE 2.2.3. I have multiple website with different theme in a single installation.
I need your help: I would like to disable a module (MGS_Mmegamenu) only in a website.
How can I do?
I have already read the guide, but it seems to ignore the setting:
https://devdocs.magento.com/guides/v2.2/config-guide/config/disable-module-output.html
thanks a lot,
Paolo
Solved! Go to Solution.
Resolved. I had not correctly reported the code as reported in the guide.
thanks
p.
You can disabled module by two ways ,
1) run php bin/magento module:disable vendorname_modulename command
2) open your config.php file and find your module name then make its value - 0
after that run php bin/magento setup:upgrade command
Note : After 2.2 released backend option is not there for disabling the module output !!