This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ugiftcert-3:uninstall [2016/10/31 17:40] jamby77 created |
ugiftcert-3:uninstall [2017/05/19 19:08] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Uninstalling Gift Certificate ====== | ||
| + | To disable the module you must login to your server' | ||
| + | php bin/magento module: | ||
| + | If full removal is needed, then all extension' | ||
| + | Files are located at: | ||
| + | |||
| + | > app/ | ||
| + | |||
| + | | ||
| + | If you want to remove all database traces of the module you should: | ||
| + | <code mysql> | ||
| + | DROP TABLE `ugiftcert_cert`; | ||
| + | DROP TABLE `ugiftcert_history`; | ||
| + | DELETE FROM `eav_attribute` WHERE `attribute_code` LIKE ' | ||
| + | DELETE FROM `catalog_product_entity` WHERE `type_id`=' | ||
| + | </ | ||
| + | |||
| + | Removing databse entries is not required except of <code mysql> | ||
| + | If you want you can scan '' | ||