inventory icon indicating copy to clipboard operation
inventory copied to clipboard

Configurable products marked out of stock - Magento 2.4.4

Open pixel-paul opened this issue 2 years ago • 1 comments

Preconditions (*)

  1. Magento 2.4.4
  2. PHP 8.1
  3. Inventory modules

Steps to reproduce (*)

  1. Add a configurable product
  2. Add 3 child products with stock > 0
  3. Test purchase products until the product is marked out of stock
  4. Add more items to the product inventory

Expected result (*)

  1. Product is marked as in stock when inventory is added back in

magento2

Actual result (*)

  1. Product remains out of stock

magento1

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

pixel-paul avatar Aug 04 '22 11:08 pixel-paul

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


m2-assistant[bot] avatar Aug 04 '22 11:08 m2-assistant[bot]

This appears to be reolved in 2.4.5

pixel-paul avatar Aug 17 '22 14:08 pixel-paul

This appears to be reolved in 2.4.5

I can verify that it's not resolved in 2.4.5!

cptX avatar Oct 19 '22 09:10 cptX

@cptX @pixel-paul I have made PR here. so It would solve this issue. so can you please verify?

paresh6002 avatar Jul 20 '23 05:07 paresh6002

@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.

cptX avatar Jul 20 '23 09:07 cptX

I was able to use the patch provided in this ticket to fix my issue:

https://github.com/magento/inventory/issues/3350

pixel-paul avatar Jul 20 '23 15:07 pixel-paul