Jump to content

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...