Nihelan Posted July 26, 2014 Share Posted July 26, 2014 Hi, When a customer returns to "order-confirmation.php" he or she will see an "404 error". Looking in the code, it seems like the script (HiPay) is not using (correctly) the customer language, even if this is English. Here is part of the redirect code (full code attached) $paymentParams->setUrlNok(Tools::getShopDomainSsl(true).__PS_BASE_URI__.'order-confirmation.php?id_cart='.(int)$cart->id.'&id_module='.(int)$this->id.'&secure_key='.$customer->secure_key); $paymentParams->setUrlOk(Tools::getShopDomainSsl(true).__PS_BASE_URI__.'order-confirmation.php?id_cart='.(int)$cart->id.'&id_module='.(int)$this->id.'&secure_key='.$customer->secure_key); Does anyone know how to implement an "lang" element in there? Your help is very much appreciated. Regards, Richard hipay.php 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