Jump to content

Partial Refund Error


natalie123123

Recommended Posts

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 empty
at 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

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...