TonyKapa Posted October 19, 2022 Share Posted October 19, 2022 Hello, I am using the following code to get the customer id $user_id = $this->context->customer->id; It works in all the other hooks except at actionValidateOrder. Any ideas? Link to comment Share on other sites More sharing options...
ventura Posted October 19, 2022 Share Posted October 19, 2022 $customer = $params['customer']; $user_id = $customer->id; 1 Link to comment Share on other sites More sharing options...
TonyKapa Posted October 19, 2022 Author Share Posted October 19, 2022 Thanks for the quick reply ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now