Step 1. Disable Extension
Log in to Magento® Admin Panel, go to System → Configuration → GOMAGE / Slider → General and find Enable Slider option.
Select "No" 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.
IMPORTANT! BE VERY CAREFUL WHEN DELETING FILES OR FOLDERS OR YOU MAY ACCIDENTALLY DELETE THE WRONG FILES OR FOLDERS.
\app\etc\modules\GoMage_Slider.xml
\app\design\adminhtml\default\default\layout\gomage-slider.xml
\app\design\frontend\base\default\layout\gomage-slider.xml
\js\gomage\slider.js
\js\gomage\slider-admin.js
\skin\frontend\base\default\css\gomage\slider.css
Step 3. Delete Folders
Using an FTP client, delete the following folders.
\app\design\adminhtml\default\default\template\gomage\slider\
\app\design\frontend\base\default\template\gomage\slider\
\app\code\local\GoMage\Slider\
\js\gomage\slider\
\skin\frontend\base\default\images\gomage\slider\
\media\slider\
Step 4. Delete Data from the Database
Run the following script on your server (MySQL) to delete data from the database:
delete from XXX_core_config_data where path like 'gomage_slider/%'; drop table XXX_gomage_slider_slides; drop table XXX_gomage_slider_items;
where XXX_ is a table prefix that was entered by you 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.