Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要建立有效的算法来导出 CSV 文件中的所有产品。
问题只是当前安装的 Magento 上现有的简单产品导入到新的 Magento,如可配置产品。
这个过程的完整算法是什么?
我已经导出/导入所有现有类别。
接下来做什么?也许我应该导入/导出所有属性(属性集)以保存新安装的 Magento 中产品和属性之间的所有依赖关系?
最后是如何处理简单产品中的自定义选项。在新 Magento 的出口产品上,此自定义选项应像简单产品一样用于可配置产品。
谢谢!