我有一个从旧网站的MD5加密客户的密码列表,现在我移动到马根托。如何将用户的md5加密密码列表导入magento。
发布于 2016-02-02 20:08:48
我找到了一个解决方案来做到这一点:
转到Magento admin->System->Import/Export->Dataflow profiles。(不是Magento管理员->系统->导入/导出->导入!)
然后,选择profile: Import Customers (如果不存在,则选择create )。
我将配置文件信息框中的Store值设置为'Default store view‘。然后,上传您的csv,并运行配置文件。
它为我工作,并将每个价值正确地进入magento数据库-运输和账单地址也。
这是我的CSV头文件:
id website firstname lastname email password_hash billing_firstname billing_lastname billing_company billing_postcode billing_city billing_street1 billing_telephone billing_country billing_region shipping_firstname shipping_lastname shipping_company shipping_postcode shipping_city shipping_street1 shipping_telephone shipping_country shipping_region is_subscribed group group_id dobhttps://stackoverflow.com/questions/35151330
复制相似问题