Jump to content

Property Order->total_shipping is not valid


Sagaris

Recommended Posts

Prestashop: 1.6.0.8

 

Folgender Fehler taucht auf wenn ich den Status einer Bestellung änder will.

 

Das Problem ist:

Auf der PDF Rechnung wird ein additional Payment Fee von Fr. 10.19 dazugerechnet PayPal, und im Shop zeigt es mir einen Versand an von Fr. 30.57 (ein Fehler also)

 

Wie kann ich den Shop dazu bewegen diesen Fehler zu ignorieren? damit diese Meldung unten nicht mehr angezeigt wird?

 

[PrestaShopException]

Property Order->total_shipping is not valid
at line 846 in file classes/ObjectModel.php

840.
841.             $message = $this->validateField($field, $this->$field);
842.             if ($message !== true)
843.             {
844.                 if ($die)
845.                     throw new PrestaShopException($message);
846.                 return $error_return ? $message : false;
847.             }
848.         }
849.
850.         return true;
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...