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 2929 </thead>
3030 <?php $ items = $ block ->getItems (); ?>
3131 <?php $ giftMessage = '' ?>
32+ <tbody>
3233 <?php foreach ($ items as $ item ): ?>
3334 <?php if ($ item ->getParentItem ()) continue ; ?>
34- <tbody>
35+
3536 <?= $ block ->getItemHtml ($ item ) ?>
3637 <?php if ($ this ->helper ('Magento\GiftMessage\Helper\Message ' )->isMessagesAllowed ('order_item ' , $ item ) && $ item ->getGiftMessageId ()): ?>
3738 <?php $ giftMessage = $ this ->helper ('Magento\GiftMessage\Helper\Message ' )->getGiftMessageForEntity ($ item ); ?>
6263 </td>
6364 </tr>
6465 <?php endif ?>
65- </tbody>
6666 <?php endforeach ; ?>
67+ </tbody>
6768 <tfoot>
6869 <?php if ($ block ->isPagerDisplayed ()): ?>
6970 <tr>
Original file line number Diff line number Diff line change 612612 padding : 25px ;
613613
614614 .col {
615- & .name {
616- padding-left : 0 ;
617- }
618-
619615 & .price {
620616 text-align : center ;
621617 }
You can’t perform that action at this time.
0 commit comments