magento / inventory

Magento Inventory Project (a.k.a MSI)
Open Software License 3.0
337 stars 247 forks source link

Configurable products marked out of stock - Magento 2.4.4 #3358

Closed pixel-paul closed 2 years ago

pixel-paul commented 2 years ago

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

m2-assistant[bot] commented 2 years ago

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


pixel-paul commented 2 years ago

This appears to be reolved in 2.4.5

cptX commented 1 year ago

This appears to be reolved in 2.4.5

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

paresh6002 commented 1 year ago

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

cptX commented 1 year ago

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

pixel-paul commented 1 year ago

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

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