Open navigation

Uninstalling Extension

Uninstalling From Magento Connect Manager

  • Login to Magento Admin Panel
  • Go to System → Magento Connect → Magento Connect Manager
  • Find the Klevu_SmartSearch extension and choose the Uninstall option from the dropdown
  • Click on the Commit Changes button

Unfortunately, Magento Connect Manager does sometimes fail to remove extension folder due to permissions issue. If that is the case on your system, please manually remove the files/folders as listed below:

app/etc/modules/Klevu_Search.xml
app/code/community/Klevu
app/design/adminhtml/default/default/template/klevu
app/design/adminhtml/default/default/layout/klevu
app/design/frontend/base/default/layout/klevu
app/design/frontend/base/default/template/klevu js/klevu
skin/adminhtml/default/default/klevu skin/frontend/base/default/css/klevu
skin/frontend/base/default/images/klevu shell/klevu

Additional files to be deleted for the Klevu Search extension >=2.0.0


app/etc/modules/Klevu_Boosting.xml
app/etc/modules/Klevu_Addtocart.xml
app/etc/modules/Klevu_Content.xml
app/etc/modules/Klevu_Searchterms.xml 

Uninstalling From Command Line

Whether you installed the Klevu Search plugin from Magento Connect, command line or using a package file, you can always uninstall the Klevu Search extension using the "mage" tool on command line.

  • To uninstall, move to the root directory of your magento installation in your terminal window
  • Execute the following command

     ./mage uninstall community Klevu_SmartSearch 

Removing references of the Klevu Search plugin from your database

If you wish to remove references in the database as well, though we recommend against doing this, please delete

  • tables prefixed klevu_
  • rows in core_resource for entries starting with klevu_
  • rows in core_config_data for entries starting with klevu_

Please execute following MySql queries :

  • DROP TRIGGER IF EXISTS Update_KlevuProductSync_For_CPIP;
  • DROP TRIGGER IF EXISTS Update_KlevuProductSync_For_LSA;
  • DROP TRIGGER IF EXISTS Update_KlevuProductSync_For_CPP;

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.