Yeah, The best option as I know is the Magento Mass Importer (MAGMI). Its not a module for Magento but operates seperatly.. Uses direct SQL to manipulated data, and have nice re-indexing, handsome features.
I don't know how much your time is worth, but I found this great module for $100 which allows you to import configurable products through advanced import. I have been using it for a week and seems to work really well.
I prefer using Magento objects, as I can reuse that script later when the database layout changes. Also, it's much easier not having to deal with looking up column IDs beforehand.
Data Flow will not accomplish what you are looking for AFAIK, as it doesn't support linking the simple products to the configurable ones.
发布评论
评论(4)
看看玛格米。太棒了。
http://sourceforge.net/projects/magmi/
Check out Magmi. It's amazing.
http://sourceforge.net/projects/magmi/
是的,据我所知,最好的选择是 Magento Mass Importer (MAGMI)。它不是 Magento 的模块,而是单独运行。使用直接 SQL 来操作数据,并且具有良好的re -索引,美观的功能。
它实际上是免费确实如此!看看吧!
以下是一些重要的链接和文档
下载链接
http://sourceforge.net/projects/magmi/
Wiki 页面< br>
http://sourceforge.net/apps/mediawiki/magmi/index.php ?title=Main_Page
安装和配置提示
http://www.phpro.be/news/magmi-magento-mass-importer
一些优点和缺点
http://fabrizioballiano.net/2011/04/19/ magmi-the-best-magento-importer/
一篇欣赏该项目的文章
http://benfrain.com/magmi-the-best-导入到magento的方式/
Yeah, The best option as I know is the Magento Mass Importer (MAGMI). Its not a module for Magento but operates seperatly.. Uses direct SQL to manipulated data, and have nice re-indexing, handsome features.
It's actually FREE Indeed! Take a look!
Here are some important links and documentation
Download Link
http://sourceforge.net/projects/magmi/
Wiki Page
http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Main_Page
Installation and Configuring Tips
http://www.phpro.be/news/magmi-magento-mass-importer
Some Pros and Cons
http://fabrizioballiano.net/2011/04/19/magmi-the-best-magento-importer/
An article admiring the project
http://benfrain.com/magmi-the-best-way-to-import-into-magento/
我不知道您的时间值多少钱,但我发现了这个很棒的模块,价格为 100 美元,它允许您通过高级导入来导入可配置的产品。我已经使用它一周了,看起来效果非常好。
http://www.commerceextensions.com/magento-product-import-export.html
I don't know how much your time is worth, but I found this great module for $100 which allows you to import configurable products through advanced import. I have been using it for a week and seems to work really well.
http://www.commerceextensions.com/magento-product-import-export.html
我更喜欢使用 Magento 对象,因为稍后当数据库布局发生变化时我可以重用该脚本。而且,不必事先查找列 ID,这会容易得多。
数据流不会完成您正在寻找的 AFAIK,因为它不支持将简单产品链接到可配置产品。
I prefer using Magento objects, as I can reuse that script later when the database layout changes. Also, it's much easier not having to deal with looking up column IDs beforehand.
Data Flow will not accomplish what you are looking for AFAIK, as it doesn't support linking the simple products to the configurable ones.