inventory
inventory copied to clipboard
Configurable products marked out of stock - Magento 2.4.4
Preconditions (*)
- Magento 2.4.4
- PHP 8.1
- Inventory modules
Steps to reproduce (*)
- Add a configurable product
- Add 3 child products with stock > 0
- Test purchase products until the product is marked out of stock
- Add more items to the product inventory
Expected result (*)
- Product is marked as in stock when inventory is added back in
Actual result (*)
- Product remains out of stock
I would imagine that applying this patch https://support.magento.com/hc/en-us/articles/4428085214093 would resolve the issue, however this patch is not availale for 2.4.4
Hi @pixel-paul. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
- Join Magento Community Engineering Slack and ask your questions in #github channel.
This appears to be reolved in 2.4.5
This appears to be reolved in 2.4.5
I can verify that it's not resolved in 2.4.5!
@cptX @pixel-paul I have made PR here. so It would solve this issue. so can you please verify?
@paresh6002 currently I have 2.4.6 installed and it is working properly. It's impossible for me to test 2.4.4 at the moment. Also, I have set up indexing on cron, which maybe changes things. Before I was working on a test setup and didn't have indexing on cron.
I was able to use the patch provided in this ticket to fix my issue:
https://github.com/magento/inventory/issues/3350