Do you need to restrict checkout to signed-in users only? You can easily do that in Odoo.
The setup requires just a few steps:
- Go to
Website > Settings > Configuration > Shop - Checkout Process
. - Find the setting:
Sign in/up at checkout
. - Select the option that is appropriate for your eShop.
There are three available options:
- Optional: Allows users to check out as guests, but they have the option to sign in during the checkout process.
- Disabled: Users can check out as guests without any sign-in option during checkout.
- Mandatory: Users must log in to start the checkout process.
The order confirmation page includes a Sign Up button for the first two options. This allows users to register after placing the order. When the user clicks the button, their email and name are automatically filled from the order information, and they only need to set a password.