Enable Magento Extension/Module Manually

In this article, I will show you a very simple way to enable magento extension/module manually. In programming, we usually do that. So let ‘s save time by doing these steps

magento-extensions

Step 1: Open this file app/etc/module/Namespace_Module.xml

Step 2: find this line

[code lang=”xhtml”]<active>false</active>[/code]

Change it to

[code lang=”xhtml”]<active>true</active>[/code]

Step 3: Clear cache and logout then login again to see the change.


Posted

in

,

by

Comments

3 responses to “Enable Magento Extension/Module Manually”

  1. Ashish @ MagikCommerce Avatar

    Wow! that’s simple. Thanks.

  2. Kai Avatar
    Kai

    Quick tips but useful. Thanks man for good tip to control magento module.

  3. Deneil Avatar
    Deneil

    You guys may check the same topic but we have 2 ways to do here http://magento2x.com/2-ways-to-disable-magento-extensions/