magento2-connector-community
magento2-connector-community copied to clipboard
Stock status / Manage Stock for Configurable Products
Environment and configuration
- Magento - 2.4.3-P1
- Akeneo - growth-v20220105033855
- Connector v6.0.1
- MSI
Steps to reproduce
- Import a product model with child products as a configurable product through the Akeneo connector
- The default stock status is Out of Stock, Magento has Manage Stock and Show out of Stock products enabled.
- The Configurable product has Out of stock status and manage stock = Yes
- The Child products have In stock status and have qty assigned through MSI.
Expected result
- Configurable product should have Manage stock = No, so that the qty/status of child products are leading.
- The configurable product pages shows the attribute choices / add to cart for the In Stock products
Actual result
- The Configurable product page is shown but the children (attribute choices/add to cart) are not.
The actual result is achieved when Manage stock for the configurable product is set to No. Is it possible to do this through default_value configuration for the configurable? I've tried the following: setting the connector's configurable configuration as attribute: manage_stock, type: default_value, value: 0. But it seems to be ignored, possible because manage_stock is contained in stock_data instead of the other product attributes
Any updates on this? We are getting the same issue.
I got the same issue.