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 5f45b12 + a9758f4 commit d870d06Copy full SHA for d870d06
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
<?= /* @escapeNotVerified */ ($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