Magento組み込みの顧客インポーターを使用して、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_id', 'dob'
これらのタグもヘッダーに入れようとしましたが、まだ何もありません。
'postcode', 'city', 'street1', 'telephone', 'country', 'region',
誰かがこの問題を抱えていて、これを行う方法を知っている場合は、助けてください、
前もって感謝します、