Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
shipment.phtml File Reference

Go to the source code of this file.

Variables

 $order = $block->getOrder()
 
 $tracks = $block->getShipmentTracks($shipment)
 
if( $tracks)( $tracks as $track)( $block->getObjectData( $track, 'title')) ?></dt >< dd class endforeach ="tracking-content"><?= $block->escapeHtml($block->getObjectData($track, 'number'))
 
 endif
 

Variable Documentation

◆ $order

$order = $block->getOrder()

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 11 of file shipment.phtml.

◆ $tracks

$tracks = $block->getShipmentTracks($shipment)

Definition at line 55 of file shipment.phtml.

◆ endforeach

endforeach ="tracking-content"><?= $block->escapeHtml($block->getObjectData($track, 'number'))

Definition at line 56 of file shipment.phtml.

◆ endif

endif

Definition at line 63 of file shipment.phtml.