natalie123123 Posted October 26, 2017 Share Posted October 26, 2017 When trying to process a partial refund (PS 1.6.1.17), I encounter the following error. Please let me know if anybody has any advise? [PrestaShopException] Property OrderSlip->total_products_tax_excl is emptyat line 917 in file classes/ObjectModel.php 912. } 913. 914. $message = $this->validateField($field, $this->$field); 915. if ($message !== true) { 916. if ($die) { 917. throw new PrestaShopException($message); 918. } 919. return $error_return ? $message : false; 920. } 921. } 922. Link to comment Share on other sites More sharing options...
tuk66 Posted October 27, 2017 Share Posted October 27, 2017 It must be a bug. More details would help. Link to comment Share on other sites More sharing options...
natalie123123 Posted October 27, 2017 Author Share Posted October 27, 2017 What details would be helpful? Link to comment Share on other sites More sharing options...
bellini13 Posted October 29, 2017 Share Posted October 29, 2017 On 10/27/2017 at 9:01 AM, natalie123123 said: What details would be helpful? Probably doesn't matter here, if its a bug then create a ticket on the PS forge and include all details to replicate the issue. 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