ledcar Posted October 11, 2012 Share Posted October 11, 2012 (edited) In a new order, select transfer in pay metod (bankwire module) and push confirm the order, crash in /modules/bankwire/controllers/front/validation.php, line: $this->module->validateOrder($cart->id, Configuration::get('PS_OS_BANKWIRE'), $total, $this->module->displayName, NULL, $mailVars, (int)$currency->id, false, $customer->secure_key); and produce white page. and don't execute the next line: Tools::redirect('index.php?controller=order-confirmation&id_cart='.$cart->id.'&id_module='.$this->module->id.'&id_order='.$this->module->currentOrder.'&key='.$customer->secure_key); why? Thanks. Edited October 11, 2012 by ledcar (see edit history) Link to comment Share on other sites More sharing options...
YiannisK Posted November 12, 2012 Share Posted November 12, 2012 I have the same problem... please advise! Link to comment Share on other sites More sharing options...
Recommended Posts