File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Reports/view/frontend/templates/widget/compared/column Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if ($exist = $block->getRecentlyComparedProducts()) {
2929 <strong><?= $ block ->escapeHtml ($ title ) ?> </strong>
3030 </div>
3131 <div class="block-content">
32- <ol id="widget-compared-<?= $ block ->escapeHtmlAttr ($ suffix ) ?> " class="product-items product-items-images">
32+ <ol id="widget-compared-<?= $ block ->escapeHtmlAttr ($ block -> getNameInLayout () ) ?> " class="product-items product-items-images">
3333 <?php $ i = 0 ; foreach ($ items as $ _product ) : ?>
3434 <li class="product-item">
3535 <a class="product-item-photo" href="<?= $ block ->escapeUrl ($ _product ->getProductUrl ()) ?> "
Original file line number Diff line number Diff line change 1919 <strong><?= $ block ->escapeHtml (__ ('Recently Compared ' )) ?> </span></strong>
2020 </div>
2121 <div class="block-content">
22- <ol id="widget-compared-<?= $ block ->escapeHtmlAttr ($ suffix ) ?> " class="product-items product-items-names">
22+ <ol id="widget-compared-<?= $ block ->escapeHtmlAttr ($ block -> getNameInLayout () ) ?> " class="product-items product-items-names">
2323 <?php $ i = 0 ; foreach ($ _products as $ _product ) : ?>
2424 <li class="product-item">
2525 <strong class="product-item-name">
You can’t perform that action at this time.
0 commit comments