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