Magento - 代码显示的产品比实际存在的产品多?
在 Magento 的后端管理面板中,我正在阅读 3026 个产品,所有这些产品都运行良好,我一开始使用自定义脚本进行了大量导入,恐怕它一定在数据库中留下了一些孤立的条目在某处,当加载产品模型并调用 getCollection(),然后计数时,我显示了约 7800 个产品。此外,当我运行导出器时,它会验证这一点,并且我有数千个空白行,其中填充了商店/网站,没有其他内容。
有什么想法如何清理这个吗?
TL;DR - 艾伦·斯托姆(Alan Storm),请停下来。
编辑:再想一想,我想我可以加载所有产品并找到所有产品名称为空的产品并调用删除它们,这应该处理任何孤立的条目?
In the backend admin panel of Magento I'm reading 3026 products, all of which function perfectly, I did a lot of importing using a custom made script in the beginning, and I'm afraid it must have left some orphaned entries in the database somewhere, when loading the product model and calling getCollection(), and then count, I'm showing ~7800 products. Also when I run the exporter, it verifies this and I have thousands of blank rows with store/website filled in and nothing else.
Any ideas how to clean this up?
TL;DR - Alan Storm, plz halp.
Edit: On second thought, I suppose I could just load all products and find all with an empty product name and call delete on them, and that should take care of any orphaned entries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的方法是用“magento 方式”执行此操作,如下所示:
Best is you do this the "magento way" something like this: