Way to login / register customers #946
Replies: 3 comments 2 replies
-
Have you seen the |
Beta Was this translation helpful? Give feedback.
-
Thanks. Ik got it to work. I already had a login in place. In the form on the first page in checkout I now check if there is a logged in user. In the OrderSaved event I connect this logged in user to the current order. If not a guest customer is created. |
Beta Was this translation helpful? Give feedback.
-
When Simple Commerce v6 is released (which will happen in the next month or so), the logged in user will be automatically associated as the customer on the order, as long as you're using the "Users" customer driver. Related PR: #961 |
Beta Was this translation helpful? Give feedback.
-
Hi there,
Does anybody know of a way to hook into the order process after clicking on checkout? Ik would like to have a page where a customer can register (or login). If there already is an order Ik would like to update the orders customer. I thought PreCheckout would be an event I could use but that is too late in the process. Any ideas?
Mark
Beta Was this translation helpful? Give feedback.
All reactions