Hi All,
I'm looking for a way to change the customer group when a customer saves their account information on the frontend.
In 'Account Information' I have an additional field that the customer can fill in. This field works as expected and is visible in the front end and back end. However what I would like to do is change the group if this field (or a tick box) is checked.
Is this possible through an observer of some sort?
Thanks
Hello @nickwellings,
I would like to share the solution for your problem on the below link. there you can find a solution. kindly check it.
Grouped customers using observer:
https://magento.stackexchange.com/questions/143947/updating-customer-group-from-observer-on-customer...
If my solution is helpful, give kudos and accept as solution
Best regards
Madhuresan
Bootsgrid
Thanks for the link. Would this solution work for customers who are already registered? Changing groups is something I'd like for registered customers upon them saving their account information.
Thanks,
Nick
Hello @nickwellings,
Oh no but it only fine for new customers and not for already registered customers.
@madhuresan_ramanan unfortunately I'm looking for way to do this for existing customers.