网站首页 / 资讯 / Magento教程/ Magento2.x教程

M2网站产品有部分store视图下未使用默认 use Default Value

作者:admin

多站点的时候,有部分视图未使用默认值,如在后台全手工修改工作量较大,目前仅需要执行以下SQL,删除所有额外视图的内容

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


标签:
上一篇:M2数据库使用导出数据库时出现“you need (at least one of) the SUPER privilege(s) for this operation”
下一篇:M2如何快速让产品的数量同实际数量一致?

相关内容

最近更新
相关产品
综合服务邮箱: magento2#foxmail.com