Duplicating Customers
P
PM
The system is making duplicate customers, when a customer already exists and then they order something online, it looks for emails and mobile numbers to check if a customer already exists in the database, but it's not clever enough to spot the dialing code for example 07123456789 is the same person as +447123456789.
My suggestion would be to check and compare only the last 9 digits.