Magento后台产品详情页默认勾选use default value

后台产品详情页中的属性默认勾选use default value

  数据库执行下边sql:

DELETE FROM `catalog_product_entity_text` where store_id = 2;

DELETE FROM `catalog_product_entity_datetime` where store_id = 2;

DELETE FROM `catalog_product_entity_decimal` where store_id = 2;

DELETE FROM `catalog_product_entity_int` where store_id = 2;

DELETE FROM `catalog_product_entity_varchar` where store_id = 2;

 

注:store_id 根据店铺id进行更改

完...

猜你喜欢

转载自blog.csdn.net/xiangxixia/article/details/83113584
今日推荐