Quantcast
Channel: Magento Resource » module
Viewing all articles
Browse latest Browse all 2

How to fully disable ANY Magento module

$
0
0

This may a simply question, but I still want point out where can fully disable module, so you need go to module config file, like /etc/YourMyModule.xml, and set the active parametar to false, like:

1
2
3
4
5
6
7
8
9
<?xml version='1.0'?>
<config>
<modules>
<YourMyModule>
<active>false</active>
<codepool>local</codepool>
</YourMyModule>
</modules>
</config>

All done!


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images