steffen-wirth
12/7/2015 - 11:35 AM

set all Product Variables to use default Store View

set all Product Variables to use default Store View

//url: http://stackoverflow.com/questions/15078386/set-all-products-to-use-default-values-all-stores

DELETE FROM `catalog_product_entity_text` where store_id != 0;
DELETE FROM `catalog_product_entity_datetime` where store_id != 0;
DELETE FROM `catalog_product_entity_decimal` where store_id != 0;
DELETE FROM `catalog_product_entity_int` where store_id != 0;
DELETE FROM `catalog_product_entity_varchar` where store_id != 0;