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
Step 1: Open this fileĀ app/etc/module/Namespace_Module.xml
Step 2: find this line
<active>false</active>
Change it to
<active>true</active>
Step 3: Clear cache and logout then login again to see the change.
Wow! that’s simple. Thanks.
Quick tips but useful. Thanks man for good tip to control magento module.
You guys may check the same topic but we have 2 ways to do here http://magento2x.com/2-ways-to-disable-magento-extensions/