File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
code/Magento/Sales/view/frontend/templates/order
design/frontend/Magento/luma/Magento_Sales/web/css/source Expand file tree Collapse file tree 2 files changed +3
-6
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>
32
33
<?php foreach ($ items as $ item ): ?>
33
34
<?php if ($ item ->getParentItem ()) continue ; ?>
34
- <tbody>
35
+
35
36
<?= $ block ->getItemHtml ($ item ) ?>
36
37
<?php if ($ this ->helper ('Magento\GiftMessage\Helper\Message ' )->isMessagesAllowed ('order_item ' , $ item ) && $ item ->getGiftMessageId ()): ?>
37
38
<?php $ giftMessage = $ this ->helper ('Magento\GiftMessage\Helper\Message ' )->getGiftMessageForEntity ($ item ); ?>
62
63
</td>
63
64
</tr>
64
65
<?php endif ?>
65
- </tbody>
66
66
<?php endforeach ; ?>
67
+ </tbody>
67
68
<tfoot>
68
69
<?php if ($ block ->isPagerDisplayed ()): ?>
69
70
<tr>
Original file line number Diff line number Diff line change 612
612
padding : 25px ;
613
613
614
614
.col {
615
- & .name {
616
- padding-left : 0 ;
617
- }
618
-
619
615
& .price {
620
616
text-align : center ;
621
617
}
You can’t perform that action at this time.
0 commit comments