Magento. Merge product attributes data from store to store
insert into catalog_product_entity_varchar (entity_id, store_id, attribute_id, value)
select entity_id, 0, attribute_id, value from catalog_product_entity_varchar tbl where store_id = 1
on duplicate key update value = tbl.value;
Written by sivaschenko
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Mysql
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#