User Tools

Site Tools


storelocator:uninstall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
storelocator:uninstall [2013/08/01 19:35]
jamby77 created
storelocator:uninstall [2013/08/01 19:43] (current)
jamby77
Line 1: Line 1:
 +====== Uninstalling StoreLocator ======
 +To disable the module it is enough to edit ''app/etc/modules/Unirgy_StoreLocator.xml'' and make sure 
 +<code xml><activ>true</active></code> 
 +is changed to 
 +<code xml><activ>false</active></code>
 +Disabling from Admin System>Configuration>Advanced is not going to work.
  
 +If full removal is needed, then all extension's files should be removed.
 +These are:
 +  * app/etc/modules/Unirgy_StoreLocator.xml
 +  * app/code/community/Unirgy/StoreLocator/
 +  * app/design/frontend/base/default/layout/ustorelocator.xml
 +  * app/design/frontend/base/default/template/unirgy/storelocator/
 +  * js/storelocator/
 +  * app/locale/en_US/Unirgy_StoreLocator.csv
 +  * skin/frontend/base/default/css/storelocator.css
 +
 +If you want to remove all database traces of the module you should:
 +<code mysql>
 +DROP TABLE `ustorelocator_location`;
 +</code>
 +and
 +<code mysql>
 +DELETE FROM `core_resource` WHERE `code` LIKE 'ustorelocator_setup' LIMIT 1;
 +</code>
 +
 +You may need to adjust above lines to account for table prefix.
 +
 +Any traces of the module should be now removed, remember to flush cache and re run compilation if you use it.
storelocator/uninstall.1375385706.txt.bz2 · by jamby77