Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$parentBlock = $block->getParentBlock() | |
$track = $block->getData('track') | |
$email = $block->getData('storeSupportEmail') | |
$fields | |
$number = is_object($track) ? $track->getTracking() : $track['number'] | |
if(is_object( $track))(__( 'Tracking Number:')) ?></th >< td classif( $track->getCarrierTitle())(__( 'Carrier:')) ?></th >< td class | endif ="col value"><?= $block->escapeHtml($track->getCarrierTitle()) |
elseif( $track->getTrackSummary())(__( 'Info:')) ?></th >< td classelseif( $track->getUrl())(__( 'Track:')) ?></th >< td class | else |
endforeach | |
$email = $block->getData('storeSupportEmail') |
Definition at line 13 of file details.phtml.
$fields |
Definition at line 14 of file details.phtml.
$number = is_object($track) ? $track->getTracking() : $track['number'] |
Definition at line 22 of file details.phtml.
$parentBlock = $block->getParentBlock() |
Definition at line 11 of file details.phtml.
$track = $block->getData('track') |
Definition at line 12 of file details.phtml.
elseif ($track->getTrackSummary()) (__('Info:')) ?></th> <td classelseif ($track->getUrl()) (__('Track:')) ?></th> <td class else |
Definition at line 59 of file details.phtml.
endforeach |
Definition at line 76 of file details.phtml.
endif ="col value"><?= $block->escapeHtml($track->getCarrierTitle()) |
Definition at line 32 of file details.phtml.