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.
2 parents d0c0fea + 67781d9 commit 27a211eCopy full SHA for 27a211e
app/code/Magento/Catalog/view/frontend/templates/product/list.phtml
@@ -47,7 +47,7 @@ $_helper = $this->helper('Magento\Catalog\Helper\Output');
47
<?php /** @var $_product \Magento\Catalog\Model\Product */ ?>
48
<?php foreach ($_productCollection as $_product): ?>
49
<?php /* @escapeNotVerified */ echo($iterator++ == 1) ? '<li class="item product product-item">' : '</li><li class="item product product-item">' ?>
50
- <div class="product-item-info" data-container="product-grid">
+ <div class="product-item-info" data-container="product-<?= /* @escapeNotVerified */ $viewMode ?>">
51
<?php
52
$productImage = $block->getImage($_product, $image);
53
if ($pos != null) {
0 commit comments