Disabling and Removing

Temporary Disabling

To temporary disable extension please follow the next steps:

  • Disable Compilation Mode (if enabled).
  • Remove following files:

    • app/etc/modules/Mirasvit_Giftr.xml
  • If you have only one extension from Mirasvit installed, remove following file:

    • app/etc/modules/Mirasvit_MstCore.xml
  • Login in to Magento back-end and refresh site cache (if enabled).

Uninstalling

To uninstall extension please follow the next steps:

  • Disable Compilation Mode (if enabled).
  • Remove following files:

    • app/etc/modules/Mirasvit_Giftr.xml
  • If you have only one extension from Mirasvit installed, remove following file:

    • app/etc/modules/Mirasvit_MstCore.xml
  • Login in to Magento back-end and refresh site cache (if enabled).
  • Remove following folders:

    • app/code/local/Mirasvit/Giftr
  • Remove templates and layouts files of extension from your theme folder. List of such files can be collected from files in the extension package.

  • Run the following SQL Query (before running it, replace [db_table_prefix] to your database table prefix. It can be found in the file /app/etc/local.xml).
DROP TABLE [db_table_prefix]m_giftr_field;
DROP TABLE [db_table_prefix]m_giftr_item;
DROP TABLE [db_table_prefix]m_giftr_priority;
DROP TABLE [db_table_prefix]m_giftr_purchase;
DROP TABLE [db_table_prefix]m_giftr_registry;
DROP TABLE [db_table_prefix]m_giftr_section;
DROP TABLE [db_table_prefix]m_giftr_section_field;
DROP TABLE [db_table_prefix]m_giftr_type;
DROP TABLE [db_table_prefix]m_giftr_type_section;

DELETE FROM [db_table_prefix]core_resource WHERE code='mst_giftr_setup';
  • If you have only one extension from Mirasvit installed, run:
DROP TABLE [db_table_prefix]m_mstcore_attachment;
DROP TABLE [db_table_prefix]m_mstcore_logger;
DROP TABLE [db_table_prefix]m_mstcore_urlrewrite;

DELETE FROM [db_table_prefix]core_resource WHERE code='mstcore_setup';
Gift Registry