Jump to content

Property Stock->physical_quantity is not valid


'Woger

Recommended Posts

When I try to set a specific order to sent I get this error:

[PrestaShopException]

Property Stock->physical_quantity is not valid
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

  • 2 months later...
  • 3 weeks later...

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