We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f202a commit 1bdd266Copy full SHA for 1bdd266
app/code/Magento/Catalog/view/frontend/templates/product/widget/new/content/new_grid.phtml
@@ -89,7 +89,7 @@ if ($exist = ($block->getProductCollection() && $block->getProductCollection()->
89
</button>
90
<?php endif; ?>
91
<?php else :?>
92
- <?php if ($_item->getIsSalable()) :?>
+ <?php if ($_item->isAvailable()) :?>
93
<div class="stock available">
94
<span><?= $block->escapeHtml(__('In stock')) ?></span>
95
</div>
0 commit comments