IOWEB TECHNOLOGIES

Results 105 comments of IOWEB TECHNOLOGIES

Looking up at Configurable product indexer the query is ``` SELECT `parent_product_entity`.`sku`, SUM(stock.quantity) AS `quantity`, MAX(stock.is_salable) AS `is_salable` FROM `inventory_stock_5` AS `stock` INNER JOIN `catalog_product_entity` AS `product_entity` ON product_entity.sku =...

I'm also facing an issue similar to this but with configurable products. I have a product that's salable in `stock id = 5` and doesn't have anything in `stock id...

I've been trying to track it down also and ended up at QuantityValidator observer from Magento_CatalogInventory not finding the correct values for items `\Magento\CatalogInventory\Model\Quote\Item\QuantityValidator` Basically by digging deeper into it...

An update, the tables you mention get populated when doing normal save of a product as well, and the stock status is not resolved correctly. Basically you have to manually...

I noticed that on the https://github.com/magento/inventory/blob/develop/InventoryShipping/Observer/SourceDeductionProcessor.php There's a condition that checks if the shipment is new https://github.com/magento/inventory/blob/0f0eaf1e19dbea1a660b8de66eb8873a4c71ccab/InventoryShipping/Observer/SourceDeductionProcessor.php#L96 Unlike the https://github.com/magento/inventory/blob/develop/InventoryShipping/Observer/VirtualSourceDeductionProcessor.php In my case I'm facing this only on the virtual...

Hi guys, were you able to find any solution here? It seems eveyone reached eventually the same conclusion about this issue which led here. I'm finding myself in the same...

Hi, what's the state of this pull request. It seems to be relevant to a very serious issue.

How can we see exactly what is failing in the test? THe reports show 404 errors.

Indeed it puzzles me why Cron job errors are suppressed. Also I'm not requesting help on this, the workaround is to set isShellDisabled to true when in a jail shell...