File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Downloadable/view/frontend/templates/email/order/items Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
<tr>
14
14
<td class="item-info has-extra">
15
15
<p class="product-name"><?= $ block ->escapeHtml ($ _item ->getName ()) ?> </p>
16
- <p class="sku"><?= __ ('SKU ' ); ?> : <?= $ this ->escapeHtml ($ block ->getSku ($ _item )) ?> </p>
16
+ <p class="sku"><?= __ ('SKU ' ); ?> : <?= $ block ->escapeHtml ($ block ->getSku ($ _item )) ?> </p>
17
17
<?php if ($ block ->getItemOptions ()): ?>
18
18
<dl>
19
19
<?php foreach ($ block ->getItemOptions () as $ option ): ?>
Original file line number Diff line number Diff line change 13
13
<tr>
14
14
<td class="item-info has-extra">
15
15
<p class="product-name"><?= $ block ->escapeHtml ($ _item ->getName ()) ?> </p>
16
- <p class="sku"><?= __ ('SKU ' ); ?> : <?= $ this ->escapeHtml ($ block ->getSku ($ _item )) ?> </p>
16
+ <p class="sku"><?= __ ('SKU ' ); ?> : <?= $ block ->escapeHtml ($ block ->getSku ($ _item )) ?> </p>
17
17
<?php if ($ block ->getItemOptions ()): ?>
18
18
<dl>
19
19
<?php foreach ($ block ->getItemOptions () as $ option ): ?>
You can’t perform that action at this time.
0 commit comments