Login/Sign-up: Guest checkout without signup, Login with email ID/phone number via OTP, Login with Google & Facebook

Help for integrating the Laravel package
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!
parassingh
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

Post by parassingh » 05 Dec 2020, 18:12

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

User avatar
aimeos
Administrator
Posts: 8592
Joined: 01 Jan 1970, 00:00

Re: Login/Sign-up: Guest checkout without signup, Login with email ID/phone number via OTP, Login with Google & Facebook

Post by aimeos » 07 Dec 2020, 08:35

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
This is the default in Aimeos.
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
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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
YiYangTan
Posts: 1
Joined: 28 Aug 2024, 04:25

Re: Login/Sign-up: Guest checkout without signup, Login with email ID/phone number via OTP, Login with Google & Facebook

Post by YiYangTan » 28 Aug 2024, 04:27

Hi @aimeos, may you show me where's the documentation of this guest checkout?

User avatar
aimeos
Administrator
Posts: 8592
Joined: 01 Jan 1970, 00:00

Re: Login/Sign-up: Guest checkout without signup, Login with email ID/phone number via OTP, Login with Google & Facebook

Post by aimeos » 28 Aug 2024, 06:27

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, Image give us a star

Post Reply