直接将类别插入 Magento 数据库
我有一个包含类别和产品的投标(phpprobid)网站。我已从数据库表中提取类别并将其放入 csv 文件中。我想知道是否可以将这些值(类别)插入 Magento 的数据库中,这样我就不必一一创建每个类别。
可以这样做吗?如果是,我必须在哪个表中插入以及我需要维护哪些其他属性?
谢谢
I have a bidding(phpprobid) site with categories and product. I've extracted the categories from the database table and put it in a csv file. I was wondering if I can insert those values (categories) into Magento's Database so that I don't have to create each categories one by one.
Is it possible to do so? If yes in which table do I have to insert and what other attributes I need to maintain ?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ChipShot的评论是正确的方向。虽然您可以直接在数据库级别插入它们,但这往往会避免 Magento 的 EAV 布局中的重要表。您最好使用框架编写导入或下载其他人的模块以达到相同的效果。
希望有帮助!
谢谢,
乔
chipShot's comment is the right direction. While you can insert them directly at the DB level, that tends to avoid important tables in Magento's EAV layout. You're better off writing an import using the framework or downloading someone else's module to the same effect.
Hope that helps!
Thanks,
Joe