akasht94 Posted February 3, 2017 Share Posted February 3, 2017 Tools::redirect(__PS_BASE_URI__.'order-confirmation.php?key='.$key1.'&id_cart='.$cart->id.'&id_module='.$this->module->id.'&id_order='.$this->module->currentOrder); I am using this code to redirect a payment module on order confirmation. but i am getting a page with this link http://test.com/prestashop/en/order-confirmation?key=67db4962c0c85b3241be97dcbedd869d&id_cart=301&id_module=82&id_order=265 that is with no information of order confirming and all.Can anybody help me with this to ffix ?? I am also attaching a screenshot. Link to comment Share on other sites More sharing options...
bellini13 Posted February 4, 2017 Share Posted February 4, 2017 enable debug mode or review your php error log, which should explain why you are receiving a blank page 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