15 'Status' =>
'getStatus',
16 'Signed by' =>
'getSignedby',
17 'Delivered to' =>
'getDeliveryLocation',
18 'Shipped or billed on' =>
'getShippedDate',
19 'Service Type' =>
'getService',
20 'Weight' =>
'getWeight',
24 <table
class=
"data table order tracking" id=
"tracking-table-popup-<?= $block->escapeHtml($number) ?>">
25 <caption
class=
"table-caption"><?=
$block->escapeHtml(
__(
'Order tracking')) ?></caption>
27 <?php
if (is_object(
$track)): ?>
29 <th
class=
"col label" scope=
"row"><?=
$block->escapeHtml(
__(
'Tracking Number:')) ?></th>
32 <?php
if (
$track->getCarrierTitle()): ?>
34 <th
class=
"col label" scope=
"row"><?=
$block->escapeHtml(
__(
'Carrier:')) ?></th>
35 <td
class=
"col value"><?=
$block->escapeHtml(
$track->getCarrierTitle()) ?></td>
38 <?php
if (
$track->getErrorMessage()): ?>
40 <th
class=
"col label" scope=
"row"><?=
$block->escapeHtml(
__(
'Error:')) ?></th>
41 <td
class=
"col error">
42 <?=
$block->escapeHtml(
__(
'Tracking information is currently not available. Please ')) ?>
44 <a href=
"<?= $block->escapeUrl($parentBlock->getContactUs()) ?>" target=
"_blank" 45 title=
"<?= $block->escapeHtml(__('contact us')) ?>">
46 <?=
$block->escapeHtml(
__(
'contact us')) ?>
48 <?=
$block->escapeHtml(
__(
' for more information or ')) ?>
50 <?=
$block->escapeHtml(
__(
'email us at ')) ?>
51 <a href=
"mailto:<?= /* @noEscape */ $email ?>"><?=
$email ?></a>
56 <th
class=
"col label" scope=
"row"><?=
$block->escapeHtml(
__(
'Info:')) ?></th>
57 <td
class=
"col value"><?=
$block->escapeHtml(
$track->getTrackSummary()) ?></td>
61 <th
class=
"col label" scope=
"row"><?=
$block->escapeHtml(
__(
'Track:')) ?></th>
62 <td
class=
"col value">
63 <a href=
"<?= $block->escapeUrl($track->getUrl()) ?>" target=
"_blank">
70 <?php
if (!empty(
$track->$property())): ?>
72 <th
class=
"col label" scope=
"row"><?=
$block->escapeHtml(
__(
$title .
':')) ?></th>
73 <td
class=
"col value"><?=
$block->escapeHtml(
$track->$property()) ?></td>
78 <?php
if (
$track->getDeliverydate()): ?>
80 <th
class=
"col label" scope=
"row"><?=
$block->escapeHtml(
__(
'Delivered on:')) ?></th>
81 <td
class=
"col value">
90 <th class=
"col label" scope=
"row">
93 <td class=
"col value"><?= (isset(
$track[
'number']) ?
$block->escapeHtml(
$track[
'number']) :
'') ?></td>
elseif(isset( $params[ 'redirect_parent']))