Categories

Featured templates

Magento. How to temporarily disable Magento extensions from the admin panel

Daniel Morales July 17, 2015
Rating: 3.0/5. From 2 votes.
Please wait...

This tutorial will show you the way to temporary disable extensions in your Magento website.

Magento. How to temporarily disable Magento extensions from the admin panel

It would be useful when some third-party module has damaged your Magento installation and you need instant removal of its activity.

  1. In Magento dashboard navigate to System > Configuration > Advanced > Advanced, select the needed module and deactivate it. The module will be still active. This will shut off the module output only:

    How_to_temporarily_disable_Magento_extensions_1

  2. To completely shut the module down and prevent execution of all its code, layouts, setups for both frontend and backend, navigate to app/etc/modules/ directory on your server, open the module control file of the desired module (e.g: to deactivate Google Map module, you will need to edit ‘Tm_GoogleMap.xml file):

    How_to_temporarily_disable_Magento_extensions_2

    In order to actually shut the module off, you should change the line:

    <active>true</active> 

    to:

    <active>false</active>
  3. Save the changes and clear Magento cache.

This is the end of the tutorial. Now you know how to temporaroly disable extensions in your Magento website.

Feel free to check the detailed video tutorial below:

Magento. How to temporarily disable Magento extensions from the admin panel

Top Magento Themes
This entry was posted in Magento Tutorials and tagged disable, extension, Magento. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket