You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Magento\CatalogInventory\Model\StockManagement in condition
if (!$stockItem->hasAdminArea()
&& !$this->stockState->checkQty($productId, $orderedQty, $stockItem->getWebsiteId())
) {
$this->getResource()->commit();
throw new \Magento\Framework\Exception\LocalizedException(
__('Not all of your products are available in the requested quantity.')
);
}
the error is placed in condition $this->stockState->checkQty($productId, $orderedQty, $stockItem->getWebsiteId())
In Magento 2.1.7 after adding new product i can't create new entry in stock id.
It create only default stock qty and i can't add the others.
The text was updated successfully, but these errors were encountered: