Page 1 of 1

Trying to add sign up option at the confirmation step.

Posted: 05 Jul 2017, 04:52
by Luis
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?

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

Posted: 05 Jul 2017, 07:53
by aimeos
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.

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

Posted: 05 Jul 2017, 17:09
by Luis
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.

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

Posted: 05 Jul 2017, 21:16
by aimeos
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.

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

Posted: 07 Jul 2017, 07:19
by infigic
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.