To completely disable Magento Extensions from the root folder follow the below instructions:
- Go to: app/etc/modules/THE-EXTENSION.xml
- Then simply change the line where it says
true
- To:
false
To completely disable Magento Extensions from the root folder follow the below instructions: