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()) {
29
29
<strong><?= $ block ->escapeHtml ($ title ) ?> </strong>
30
30
</div>
31
31
<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">
33
33
<?php $ i = 0 ; foreach ($ items as $ _product ) : ?>
34
34
<li class="product-item">
35
35
<a class="product-item-photo" href="<?= $ block ->escapeUrl ($ _product ->getProductUrl ()) ?> "
Original file line number Diff line number Diff line change 19
19
<strong><?= $ block ->escapeHtml (__ ('Recently Compared ' )) ?> </span></strong>
20
20
</div>
21
21
<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">
23
23
<?php $ i = 0 ; foreach ($ _products as $ _product ) : ?>
24
24
<li class="product-item">
25
25
<strong class="product-item-name">
You can’t perform that action at this time.
0 commit comments