Adding option for users to login on checkout?

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!
bill
Posts: 51
Joined: 24 Apr 2017, 17:51

Adding option for users to login on checkout?

Post by bill » 26 May 2017, 17:57

currently I have installed Aimeos and when you add a product to basket and click on "check" , it goes to the checkout page /checkout

is there away to give the user the option to login? or checkout as Guest?

Thanks

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

Re: Adding option for users to login on checkout?

Post by aimeos » 29 May 2017, 09:55

Checkout as guest is the default if the user isn't logged in. You can either add a login box to the basket or checkout page template or you can create an intermediate page between basket and checkout where the customer can explicitly decide. In the later case, you need to reconfigure the named route to the checkout in the basket controller.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply