iwidat Posted March 7, 2015 Share Posted March 7, 2015 (ps 1.6.0.11) [PrestaShopException]Property Order->payment is emptyat line 866 in file classes/ObjectModel.php 861. 862. $message = $this->validateField($field, $this->$field);863. if ($message !== true)864. {865. if ($die)866. throw new PrestaShopException($message);867. return $error_return ? $message : false;868. }869. }870. 871. return true; ObjectModelCore->validateFields - [line 272 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 299 - classes/order/Order.php] OrderCore->getFields - [line 480 - classes/ObjectModel.php] ObjectModelCore->add - [line 304 - classes/order/Order.php] - [2 Arguments] OrderCore->add - [line 335 - classes/PaymentModule.php] PaymentModuleCore->validateOrder - [line 59 - modules/cashondelivery/controllers/front/validation.php] - [9 Arguments] CashondeliveryValidationModuleFrontController->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Link to comment Share on other sites More sharing options...
maximo88 Posted April 10, 2015 Share Posted April 10, 2015 Up! Big problem with COD Link to comment Share on other sites More sharing options...
bellini13 Posted April 10, 2015 Share Posted April 10, 2015 actually, its not an issue with the payment module, it is an issue with you translating the payment module and failing to include a translation for one of the fields (the first field to be more specific). it is a known issue if I remember properly. in the future try doing a search and you would likely find the issue is reported already Link to comment Share on other sites More sharing options...
Recommended Posts