Skip to content

Commit cdc3895

Browse files
committed
magento#16069: Configurable product price is not displayed if all children are out of stock and even if Display Out of Stock Products is set to "yes"
- add blank space. (cherry picked from commit 0b19e04)
1 parent 39816c0 commit cdc3895

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable

1 file changed

+1
-0
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/StockStatus.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public function isAllChildOutOfStock(int $productId): bool
6060
}
6161

6262
$this->allChildOutOfStockInfo[$productId] = $isAllChildOutOfStock;
63+
6364
return $this->allChildOutOfStockInfo[$productId];
6465
}
6566

0 commit comments

Comments
 (0)