hansblaauw Posted March 26, 2014 Share Posted March 26, 2014 I have created a new hook module that runs on an OrderStatus update and it works fine. However, I want to the details of the order and have no clue how to do this. Any suggestions? Is there an overview somewhere which hook has which parameters available? Cheer and thanks! Link to comment Share on other sites More sharing options...
vekia Posted March 27, 2014 Share Posted March 27, 2014 check $params variable in your hook use this: var_dump($params); die(); and then - change order status - you will see all available params in this variable. 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