Alien(PL) Posted March 9, 2022 Share Posted March 9, 2022 Hi can you help me how to change status that set for the order when selecting wirepayment module. Hi can you help me how to change the status that set for the order when selecting the wire payment module? I have to add my own custom status Link to comment Share on other sites More sharing options...
Razi Posted March 10, 2022 Share Posted March 10, 2022 Hello, you can easily change the order status name by edit this. see attach Link to comment Share on other sites More sharing options...
Alien(PL) Posted March 10, 2022 Author Share Posted March 10, 2022 @Razi No i don't want to change the name i want to change in source code of the module what status is set. The system status 'Awaiting bank wire payment' i already use with different payment module Link to comment Share on other sites More sharing options...
Ress Posted March 12, 2022 Share Posted March 12, 2022 Hi, prestashop_root\modules\ps_wirepayment\controllers\front\payment.php $this->module->validateOrder($cart->id, Configuration::get('PS_OS_BANKWIRE'), $total, $this->module->displayName, NULL, $mailVars, (int)$currency->id, false, $customer->secure_key); Replace Configuration::get('PS_OS_BANKWIRE') with new state id. 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