You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact, the module cannot work with customer address with the default checkout (or register) process of PS 1.7, because you do not add the address on the register form. You add it after.
For example, in the register form :
And in the order process, you create an account first, saved in the database and after, you save an address, in a second step :
So, when the hook actionCustomerAccountAdd is launched, the address is not saved yet, and the customer is not added to a group.
One way could be to launch the hook after Customer Address update, but I did not find any hook for it.
Any idea to solve this?
The text was updated successfully, but these errors were encountered:
Hi again,
In fact, the module cannot work with customer address with the default checkout (or register) process of PS 1.7, because you do not add the address on the register form. You add it after.
For example, in the register form :
![Capture d’écran 2021-06-02 à 13 28 23](https://user-images.githubusercontent.com/1685778/120472658-72074a80-c3a6-11eb-9c3d-101c126a8a07.png)
And in the order process, you create an account first, saved in the database and after, you save an address, in a second step :
![Panier-Saint-Joseph](https://user-images.githubusercontent.com/1685778/120472819-a7139d00-c3a6-11eb-84bc-df0d8768d40a.png)
So, when the hook actionCustomerAccountAdd is launched, the address is not saved yet, and the customer is not added to a group.
One way could be to launch the hook after Customer Address update, but I did not find any hook for it.
Any idea to solve this?
The text was updated successfully, but these errors were encountered: