How To Disable Magento Extensions

by | Aug 4, 2014 | 0 comments

If you’ve ever tried to disable an extension via the System>Configuration>Advanced section of your Magento admin, you’ll know that this doesn’t actually really work! To fully disable an extension you’ll need to edit the XML configuration file of the extension itself.

Go to extension configuration files in the app/etc/ directory, find the extension you want to disable and then edit the file. Set the active parametar to false like this:

<?xml version=”1.0″?>
<config>
<modules>
<extensionName_Adminhtml>
<active>false</active>
<codePool>local</codePool>
</extensionName_Adminhtml>
</modules>
</config>

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

elan creative

We’re like the in-house website design and support team you always dreamed of, able to tell your story like nobody else, and focus on your bottom line along with you….

Elan Creative
hello@elancreative.studio

freelance-website-designer s

QUOTE

Get a free quote for your website design project:

Privacy Overview
Elan Creative webdesign Haarlem

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Strictly Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.