Customer account

1. Create a new account
2. Sign in
1. Create a new account
As soon as the customer account is created successfully, all information of the customer object is sent to the event.
You can customize this event (send notifications, forward data to 3rd parties,..).
To edit events:

SCart-folder/
├── app
│     ├── Listeners
│            ├── ProcessCustomerCreated.php
└──...


2. Sign in
As soon as a client account is successfully logged in, the client's information is sent to the event.
To edit events:

SCart-folder/
├── app
│     ├── Listeners
│            ├── ProcessLogin.php
└──...

Related topics

Latest Document