File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/Sales/view/frontend/templates/order Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 19
19
<th scope="col" class="col id"><?= $ block ->escapeHtml (__ ('Order # ' )) ?> </th>
20
20
<th scope="col" class="col date"><?= $ block ->escapeHtml (__ ('Date ' )) ?> </th>
21
21
<?= $ block ->getChildHtml ('extra.column.header ' ) ?>
22
- <th scope="col" class="col shipping"><?= $ block ->escapeHtml (__ ('Ship To ' )) ?> </th>
23
22
<th scope="col" class="col total"><?= $ block ->escapeHtml (__ ('Order Total ' )) ?> </th>
24
23
<th scope="col" class="col status"><?= $ block ->escapeHtml (__ ('Status ' )) ?> </th>
25
24
<th scope="col" class="col actions"><?= $ block ->escapeHtml (__ ('Action ' )) ?> </th>
35
34
<?php $ extra ->setOrder ($ _order ); ?>
36
35
<?= $ extra ->getChildHtml () ?>
37
36
<?php endif ; ?>
38
- <td data-th="<?= $ block ->escapeHtml (__ ('Ship To ' )) ?> " class="col shipping"><?= $ _order ->getShippingAddress () ? $ block ->escapeHtml ($ _order ->getShippingAddress ()->getName ()) : ' ' ?> </td>
39
37
<td data-th="<?= $ block ->escapeHtml (__ ('Order Total ' )) ?> " class="col total"><?= /* @noEscape */ $ _order ->formatPrice ($ _order ->getGrandTotal ()) ?> </td>
40
38
<td data-th="<?= $ block ->escapeHtml (__ ('Status ' )) ?> " class="col status"><?= $ block ->escapeHtml ($ _order ->getStatusLabel ()) ?> </td>
41
39
<td data-th="<?= $ block ->escapeHtml (__ ('Actions ' )) ?> " class="col actions">
You can’t perform that action at this time.
0 commit comments