ssolovey / ecp

ECP - Ecommerce project based on Magento
Open Software License 3.0
1 stars 0 forks source link

issue with import of new customers #356

Closed ssolovey closed 7 years ago

ssolovey commented 7 years ago

Manager has a pretty good list of customer accounts that she made catalog requests for via Paradox, but they are not loading into Magento. She is telling me that as far as she can tell, 5 digit account numbers are not loading. 6 digit account numbers seem to load into Magento without issue. She has examples from today that demonstrate this. Perhaps the script that imports customers in Magento has changed? The file we manually dropped on 7/6/16 moved from the main upload folder to the upload/customer dir, but did not process in Magento.

ssolovey commented 7 years ago

It happens on production site. I think it will be reproducible on development as well. We need to fix it on both versions.

ssolovey commented 7 years ago

list of problematic customer profiles: 83414 41783 85305 86309 87643 39116 85036 39617

oleglark commented 7 years ago

There was an issue with the email validation for customers. I have added check for email and in case of a broken CSV - the log will be added to http://buyete.com/cronlog.html

Regarding files that are processed but no customer with ID created - we have a check for a customer by EMAIL before it is created. For example - 83414 - AAMCONS@GMAIL.COM. We already have customer with such email with id - 1202. That is why processing file 83414 just updates the fields of that same customer. I guess it is the same for all others.