Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing verification on duplicated customer import #407

Open
starmate opened this issue Sep 30, 2017 · 0 comments
Open

missing verification on duplicated customer import #407

starmate opened this issue Sep 30, 2017 · 0 comments

Comments

@starmate
Copy link

Hi,

There is a bug within customer import script. While there is a duplicated line and ignore_duplicates flag is set to 1, an error raises: E-mail is duplicated in import file

In order to avoid this, it is necessary to add the following code on line 499:
if (isset($this->_newCustomers[$email][$website]) && $this->getIgnoreDuplicates()) {
return true;
}

Best regards,

Jon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant