Advertisement
chrisflicker

remove all Product attributes set on View level

Jun 18th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.31 KB | None | 0 0
  1. DELETE FROM catalog_product_entity_int WHERE store_id <> 0;
  2. DELETE FROM catalog_product_entity_varchar WHERE store_id <> 0;
  3. DELETE FROM catalog_product_entity_text WHERE store_id <> 0;
  4. DELETE FROM catalog_product_entity_decimal WHERE store_id <> 0;
  5. DELETE FROM catalog_product_entity_datetime WHERE store_id <> 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement