Jump to content

Hrusoo

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Hrusoo

  1. You have change from: $this->module->validateOrder($cart->id, Configuration::get('PS_OS_BANKWIRE'), $total, $this->module->displayName, NULL, $mailVars, (int)$currency->id, false, $customer->secure_key); to: $this->module->validateOrder($cart->id, Configuration::get('PS_OS_BANKWIRE'), $total, bankwire, NULL, $mailVars, (int)$currency->id, false, $customer->secure_key); also in other payment methods...
  2. I had also the same problem and this "caused" powatag module I had to delete the folder and everything is already OK.
  3. I have the same problem, but also by bankwire and cash on delivery. I don´t know, what can I do. Can you help me? In log is: *ERROR* 2015/02/27 - 20:19:20: Property Order->payment is empty at line 866 in file classes/ObjectModel.php line 866 in ObjectModel. php is: throw new PrestaShopException($message); and in line 64 in Validation.php is: $this->module->validateOrder($cart->id, Configuration::get('PS_OS_BANKWIRE'), $total, $this->module->displayName, NULL, $mailVars, (int)$currency->id, false, $customer->secure_key); Can you help me? Thanx
×
×
  • Create New...