Skip to content

Commit 3cebfd3

Browse files
author
rani-webkul
committed
fixed design issue on sales order view page frontend #24395
1 parent ebee07a commit 3cebfd3

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Sales/view/frontend/templates/order

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/view/frontend/templates/order/items.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
</thead>
3030
<?php $items = $block->getItems(); ?>
3131
<?php $giftMessage = ''?>
32-
<tbody>
3332
<?php foreach ($items as $item) :
3433
if ($item->getParentItem()) :
3534
continue;
3635
endif;
3736
?>
37+
<tbody>
3838
<?= $block->getItemHtml($item) ?>
3939
<?php if ($this->helper(\Magento\GiftMessage\Helper\Message::class)->isMessagesAllowed('order_item', $item) && $item->getGiftMessageId()) : ?>
4040
<?php $giftMessage = $this->helper(\Magento\GiftMessage\Helper\Message::class)->getGiftMessageForEntity($item); ?>
@@ -65,8 +65,8 @@
6565
</td>
6666
</tr>
6767
<?php endif ?>
68+
</tbody>
6869
<?php endforeach; ?>
69-
</tbody>
7070
<tfoot>
7171
<?php if ($block->isPagerDisplayed()) : ?>
7272
<tr>

0 commit comments

Comments
 (0)