Jesse Maxwell
Jesse Maxwell
This would be fantastic!
Unless I am missing something significant, it looks to me like there's a remarkable typo in: `\Magento\InventoryConfigurableProduct\Pricing\Price\LowestPriceOptionsProvider\StockStatusBaseSelectProcessor::process` The early exit currently is: ``` if (!$this->stockConfig->isShowOutOfStock()) { return $select; } ```...
It does seem that this issue is primarily a user error, although perhaps more clear documentation would help alleviate the problem a little? I found my stylesheets ballooning, and it...