cancel
Showing results for 
Search instead for 
Did you mean: 

Disable module output

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Disable module output

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

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Disable module output

Resolved. I had not correctly reported the code as reported in the guide.

thanks

p.

View solution in original post

2 REPLIES 2

Re: Disable module output

Resolved. I had not correctly reported the code as reported in the guide.

thanks

p.

Re: Disable module output

Hi @paolomagento124

 

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 !!

if issue solved,Click Kudos & Accept as Solution