bombis Posted September 8, 2020 Share Posted September 8, 2020 Hello! I am trying to create a product with php code. When i try to update the stock of the product i get this error: StockAvailable::setQuantity((int)$product->id, 0, $product->quantity, 1); Error: Determining the active language requires a contextual employee instance Any help? Thanks Link to comment Share on other sites More sharing options...
bombis Posted September 8, 2020 Author Share Posted September 8, 2020 Fixed! $context = Context::getContext(); $context->employee = new Employee($idEmployee); 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