File tree 1 file changed +3
-3
lines changed
app/code/Magento/Wishlist/view/frontend/templates/email 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
<?php $ _product = $ item ->getProduct (); ?>
18
18
<td class="col product">
19
19
<p>
20
- <a href="<?= $ block ->escapeUrl ($ block ->getProductUrl ($ _product )) ?> ">
20
+ <a href="<?= $ block ->escapeUrl ($ block ->getProductUrl ($ item )) ?> ">
21
21
<?= /* @noEscape */ $ block ->getImage ($ block ->getProductForThumbnail ($ item ), 'product_small_image ' )->toHtml () ?>
22
22
</a>
23
23
</p>
24
24
25
25
<p>
26
- <a href="<?= $ block ->escapeUrl ($ block ->getProductUrl ($ _product )) ?> ">
26
+ <a href="<?= $ block ->escapeUrl ($ block ->getProductUrl ($ item )) ?> ">
27
27
<strong><?= $ block ->escapeHtml ($ _product ->getName ()) ?> </strong>
28
28
</a>
29
29
</p>
34
34
</p>
35
35
<?php endif ; ?>
36
36
<p>
37
- <a href="<?= $ block ->escapeUrl ($ block ->getProductUrl ($ _product )) ?> ">
37
+ <a href="<?= $ block ->escapeUrl ($ block ->getProductUrl ($ item )) ?> ">
38
38
<?= $ block ->escapeHtml (__ ('View Product ' )) ?>
39
39
</a>
40
40
</p>
You can’t perform that action at this time.
0 commit comments