Step 1. Disable Extension
Log in to the Magento® Admin Panel and go to System → Configuration → GOMAGE / Advanced Navigation → General → Filter Mode
Select "Default" to deactivate the extension. Click the “Save Config” button.
The extension is now deactivated.
Step 2. Delete Files
Using an FTP client, delete the following files:
app\design\adminhtml\default\default\layout\gomage-navigation.xml
app\design\frontend\base\default\layout\gomage-navigation.xml
app\design\frontend\enterprise\default\layout\gomage-navigation.xml
app\etc\modules\GoMage_Navigation.xml
app\locale\en_US\GoMage_Navigation.csv
app\locale\no_NO\GoMage_Navigation.csv
js\gomage\advanced-navigation.js
js\gomage\validation.js
js\gomage\navigation\effects.js
skin\frontend\base\default\css\gomage\advanced-navigation.css
skin\frontend\rwd\default\css\gomage\advanced-navigation.css
Step 3. Delete Folders
Using an FTP client, delete the following folders:
/app/code/local/GoMage/Navigation
/app/design/adminhtml/default/default/template/gomage/navigation
/app/design/frontend/base/default/template/gomage/navigation
/app/design/frontend/rwd/default/template/gomage/navigation
app/design/frontend/enterprise/default/template/gomage/navigation
/skin/frontend/base/default/images/gomage/advanced-navigation
/skin/frontend/rwd/default/images/gomage/advanced-navigation
Step 4. Delete Data from the Database
Run the following script on your server (MySQL) to delete data from the database:
delete from XXX_eav_attribute where (attribute_code like 'navigation_%' or attribute_code = 'filter_image'); drop table XXX_gomage_navigation_attribute; drop table XXX_gomage_navigation_attribute_option; drop table XXX_gomage_navigation_attribute_store; DELETE FROM core_resource WHERE core_resource.code = 'gomage_navigation_setup';
Where XXX_ is a table prefix that was specified by yourself during the installation of Magento®.
You can check it in /app/etc/local.xml. Search key is <table_prefix>
For example: <table_prefix><![CDATA[XXX_]]></table_prefix>
Step 5. Clear Cache
Go to System → Cache Management and clear the store cache.
Step 6. Clear Cache in your Browser
Clear cache in your browser.
Comments
0 comments
Please sign in to leave a comment.