How to disable Magento 1 extension
To disable an extension by Mageworx on your website for some reason you need to do the following:
- Connect to your server using FTP client
- Open the folder
app/etc/modules/
- Find the appropriate file like
MageWorx_Extension.xml
where_Extension
is a name of the extension and rename it to something likeMageWorx_Extension.xml~
- Log into Magento Admin Panel.
-
Flush Magento caches in System -> Cache Management
This disables the extension on your website.