Andy_Ashraf Posted December 23, 2015 Share Posted December 23, 2015 Hi All, I am using prestashop 1.6 and have created a order confirmation hook. I want to know exactly what information is available in the params variable in hook orderconfirmation function shown below public function hookOrderConfirmation($params) if there is a documentation available please point me towards it as i am unable to locate one. Link to comment Share on other sites More sharing options...
yaniv14 Posted December 23, 2015 Share Posted December 23, 2015 Just dump the params variable and you will see all the data. var_dump($params) or print_r($params) 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