Login/Sign-up: Guest checkout without signup, Login with email ID/phone number via OTP, Login with Google & Facebook
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 6
- Joined: 10 Nov 2020, 08:04
Login/Sign-up: Guest checkout without signup, Login with email ID/phone number via OTP, Login with Google & Facebook
Hi,
Laravel Aimeos Shop installed (latest version released in october 2020)
For great user experience I want to implement 3 login or sign-up options as mentioned below:
1. Guest checkout without login: By giving this option
> We can make a smooth user flow without asking to create an account during order placement.
> We can make it easy by creating account automaticaly by using the billing or delivery information during guest checkout and make the credentials available on email or SMS
2. Sign-up or login with email-ID or mobile number via sending OTP for verification
3. Login with Google and Facebook: this help
> Mobile User get easy login as Google & Facebook always open on the smartphone
I need help to implement all the above options... Please help me out
Thanks
Laravel Aimeos Shop installed (latest version released in october 2020)
For great user experience I want to implement 3 login or sign-up options as mentioned below:
1. Guest checkout without login: By giving this option
> We can make a smooth user flow without asking to create an account during order placement.
> We can make it easy by creating account automaticaly by using the billing or delivery information during guest checkout and make the credentials available on email or SMS
2. Sign-up or login with email-ID or mobile number via sending OTP for verification
3. Login with Google and Facebook: this help
> Mobile User get easy login as Google & Facebook always open on the smartphone
I need help to implement all the above options... Please help me out
Thanks
Re: Login/Sign-up: Guest checkout without signup, Login with email ID/phone number via OTP, Login with Google & Facebook
This is the default in Aimeos.parassingh wrote: ↑05 Dec 2020, 18:12 1. Guest checkout without login: By giving this option
> We can make a smooth user flow without asking to create an account during order placement.
> We can make it easy by creating account automaticaly by using the billing or delivery information during guest checkout and make the credentials available on email or SMS
Use and extend the Laravel login/register functionality as this is offered by Laravel, not by Aimeos. There are Laravel packages available for integrating social logins or using other means.parassingh wrote: ↑05 Dec 2020, 18:12 2. Sign-up or login with email-ID or mobile number via sending OTP for verification
3. Login with Google and Facebook: this help
> Mobile User get easy login as Google & Facebook always open on the smartphone
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Login/Sign-up: Guest checkout without signup, Login with email ID/phone number via OTP, Login with Google & Facebook
Hi @aimeos, may you show me where's the documentation of this guest checkout?
Re: Login/Sign-up: Guest checkout without signup, Login with email ID/phone number via OTP, Login with Google & Facebook
Guest checkout is the standard way in Aimeos. At the end of the checkout process, either a new account for the customer is created (if they don't un-check the option in the summary page) or the order is assigned to the existing account based on the e-mail address of the customer.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
