Thursday, September 26, 2024
1 change · 17.0
Enhancements to existing features
During checkout, customers using an email that is already linked to an existing account are now prompted to log in instead of creating a duplicate contact. This helps reduce duplicate customer records and guides shoppers to the correct checkout flow.
Original PR description
Currently, during the checkout process, if a public user enters an email that is already associated with an existing user, Odoo creates a new contact instead of associating the order with the existing account. This leads to duplicate contacts and confusion when the user tries to register later with the same email. This improvement ensures that during checkout, if the provided email is already linked to a registered account, the user will be notified to log in instead of creating a new contact. This enhances the user experience by preventing duplicate accounts and guiding the user to the correct workflow. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr