Jump to content

error in Cash On Delivery module


Recommended Posts

(ps 1.6.0.11)

 

[PrestaShopException]

Property Order->payment is empty
at 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;
Link to comment
Share on other sites

  • 1 month later...

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

×
×
  • Create New...