Skip to content

Instantly share code, notes, and snippets.

@larascasse
Created March 21, 2014 15:00
Show Gist options
  • Select an option

  • Save larascasse/9688140 to your computer and use it in GitHub Desktop.

Select an option

Save larascasse/9688140 to your computer and use it in GitHub Desktop.
[Magento] Remove cart2Quote
DELETE FROM `core_config_data` WHERE `path` LIKE '%quoteadv%';
DELETE FROM `core_config_data` WHERE `path` LIKE '%carriers/qquoteshiprate%';
DELETE FROM `core_resource` WHERE `code` LIKE '%quoteadv%' ;
DELETE FROM `eav_attribute` WHERE `attribute_code` LIKE '%allowed_to_quote%'
DELETE FROM `eav_attribute` WHERE `attribute_code` LIKE '%group_allow_quote%'
DROP TABLE `quoteadv_crmaddon_messages`;
DROP TABLE `quoteadv_crmaddon_templates`;
DROP TABLE `quoteadv_extraoptions`;
DROP TABLE `quoteadv_group_allow`;
DROP TABLE `quoteadv_product`;
DROP TABLE `quoteadv_quote_address`;
DROP TABLE `quoteadv_request_item`;
DROP TABLE `quoteadv_rotation`;
DROP TABLE `quoteadv_shipping_rate`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment