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 fd4f88d commit 2cab120Copy full SHA for 2cab120
app/code/Magento/Catalog/view/frontend/templates/product/list.phtml
@@ -72,7 +72,7 @@ $_helper = $this->helper(Magento\Catalog\Helper\Output::class);
72
</strong>
73
<?= $block->getReviewsSummaryHtml($_product, $templateType) ?>
74
<?= /* @noEscape */ $block->getProductPrice($_product) ?>
75
- <?php if ($_product->isAvailable()): ?>
+ <?php if ($_product->isAvailable()) :?>
76
<?= $block->getProductDetailsHtml($_product) ?>
77
<?php endif; ?>
78
0 commit comments