本文在Magento ver.1.9.1.1上测试通过
(1)在配置文件中设置对应的选项。如果是多website,记得选择相应的website下的store。如果没有添加新的website,建议还是选择Main Website下的某个store
(2)customer的billing、shipping中的Required fields有:country、postcode。
(3)每个导入的address数据,都必须添加前缀shipping_, billing_
(4)customer billing、shipping中包含如下字段:
'shipping_prefix','shipping_firstname','shipping_middlename','shipping_lastname','shipping_suffix','shipping_street_full','shipping_street1','shipping_street2','shipping_street3'
,'shipping_city','shipping_region','shipping_country','shipping_postcode','shipping_telephone','shipping_company','shipping_fax'
(4)用户的密码存在password_hash,每个密码的存储方式是password:hash中,magento的密码是md5(hash.password)。hash可以为空
(5)导入的csv文件必须是utf-8