Open pmathbliss opened 1 year ago
any update on the issue yet?
Running into this issue also, and while it seems to fix the reindexing, it feels a bit weird as a fix to me...
as if stock status is not null, we use
'cisi.is_in_stock'
otherwise
$isAggregate ? 'MAX(cisi.is_in_stock)' : 'cisi.is_in_stock'
Indexed cataloginventory_stock_status.stock_status not updating if the inventory goes from out of stock to in stock. The original code used the same value in the cataloginventory_stock_status.
Description (*)
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)