Ecommerce fix automated contact creation
Fix an issue where when a new user add something to their cart, a new duplicate contact is created instead of simply adding a link between the existing contact (created on user creation) and the customer.
The issue is caused by the fact that the duplicate contact is created with the user
fullname
added as a first_name
.
Edited by Antoine Maas