File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/view/frontend/templates/order Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
</thead>
30
30
<?php $ items = $ block ->getItems (); ?>
31
31
<?php $ giftMessage = '' ?>
32
- <tbody>
33
32
<?php foreach ($ items as $ item ) :
34
33
if ($ item ->getParentItem ()) :
35
34
continue ;
36
35
endif ;
37
36
?>
37
+ <tbody>
38
38
<?= $ block ->getItemHtml ($ item ) ?>
39
39
<?php if ($ this ->helper (\Magento \GiftMessage \Helper \Message::class)->isMessagesAllowed ('order_item ' , $ item ) && $ item ->getGiftMessageId ()) : ?>
40
40
<?php $ giftMessage = $ this ->helper (\Magento \GiftMessage \Helper \Message::class)->getGiftMessageForEntity ($ item ); ?>
65
65
</td>
66
66
</tr>
67
67
<?php endif ?>
68
+ </tbody>
68
69
<?php endforeach ; ?>
69
- </tbody>
70
70
<tfoot>
71
71
<?php if ($ block ->isPagerDisplayed ()) : ?>
72
72
<tr>
You can’t perform that action at this time.
0 commit comments