Trying to add sign up option at the confirmation step.

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!
Luis
Posts: 7
Joined: 05 Jul 2017, 03:07

Trying to add sign up option at the confirmation step.

Post by Luis » 05 Jul 2017, 04:52

I'm trying to add the option for a customer to convert/complete guest check out to a full account once they have reached the confirmation page.

The sign up form should be conditional to whether the customer checked out using a guest account.

The confirmation page should display all normal plus the conditional sign up page.

Where would it be the best place to add this functionality?
Attachments
The sign up form should be in addition all the other information already displaying on the confirmation page.
The sign up form should be in addition all the other information already displaying on the confirmation page.
Screen Shot 2017-07-04 at 9.47.11 PM.png (121.5 KiB) Viewed 2213 times

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

Re: Trying to add sign up option at the confirmation step.

Post by aimeos » 05 Jul 2017, 07:53

Aimeos can create an account for customers automatically if they don't have one yet. The checkout summary page contains a checkbox (only shown if their e-mail address isn't registered yet) that will create a new account and send a welcome e-mail automatically if checked.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Luis
Posts: 7
Joined: 05 Jul 2017, 03:07

Re: Trying to add sign up option at the confirmation step.

Post by Luis » 05 Jul 2017, 17:09

Thanks for your quick reply!
We are looking to customize the entire checkout process. Correct me if I'm wrong but by default all customers are treated as "guests" during the check out process. During the "Summary" step, users are given the choice to convert their guest account to a user account. We would like to remove that functionality from the "Summary" step and added to the "Confirmation" step, instead. Also, we would like to add a sign up form asking the user to provide username and password to complete their account.

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

Re: Trying to add sign up option at the confirmation step.

Post by aimeos » 05 Jul 2017, 21:16

Yes, if customers don't log in before, they are treated as guests but no "guest account" is created. Customers have the option to create a personal account automatically if they don't have one yet at the end of the checkout process.

You can remove that functionality from the templates at the summary step. Then, for example, replace the existing controller action by your own one.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

infigic
Posts: 1
Joined: 06 Jul 2017, 09:49

Re: Trying to add sign up option at the confirmation step.

Post by infigic » 07 Jul 2017, 07:19

at the checkout time for the secure transaction they need to be a member of account so just after confirmation you can put some popup msg for the guest user that sign in first and give button below for sign in and cancel the order.

Post Reply