-
Notifications
You must be signed in to change notification settings - Fork 254
Closed
Description
Full context in documentation
[HLD] Inconsistent saving of Stock Data
Description
For this refactoring, you will need to:
- update the Configurations section in configurable product form (creating and updating)
- remove logic from \Magento\ConfigurableProduct\Model\Product\VariationHandler
if (!isset($postData['stock_data']['is_in_stock'])) {
$stockStatus = $parentProduct->getQuantityAndStockStatus();
$postData['stock_data']['is_in_stock'] = $stockStatus['is_in_stock'];
}
Metadata
Metadata
Assignees
Labels
No labels