删除所有magento产品属性
从 magento 中删除所有属性选项的最快方法是什么?我指的是导入时创建的存储的多选选项/下拉项目。
谢谢。
What is the fastest way to delete all attribute options from magento. I'm refering to the stored multi-select options / drop down items that are created when importing.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法是直接运行 sql 命令:
其中“4”是catalog_product 的entity_type_id(在 eav_entity_type 表中仔细检查该值以获取entity_code 'catalog_product')
The easiest way is to run direct sql command:
Where "4" is the entity_type_id for catalog_product (double check this value in your eav_entity_type table for entity_code 'catalog_product')