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

Go to the source code of this file.

Variables

foreach( $_order->getShipmentsCollection() as $_shipment)( 'Shipment #') ?><? $tracks = $_shipment->getTracksCollection()
 
if( $tracks->count())() ?>"> <dt class $i = 1
 
 $_size = $tracks->count()
 
if($i !=$_size) endif
 
 endforeach = $block->getCommentsHtml($_shipment)
 
 $_items = $_shipment->getAllItems()
 

Variable Documentation

◆ $_items

$_items = $_shipment->getAllItems()

Definition at line 68 of file items.phtml.

◆ $_size

$_size = $tracks->count()

Definition at line 46 of file items.phtml.

◆ $i

$i = 1

Definition at line 45 of file items.phtml.

◆ $tracks

foreach ($_order->getShipmentsCollection() as $_shipment) ('Shipment #') ?><? $tracks = $_shipment->getTracksCollection()

Definition at line 37 of file items.phtml.

◆ endforeach

endforeach = $block->getCommentsHtml($_shipment)

Definition at line 54 of file items.phtml.

◆ endif

endif

Definition at line 52 of file items.phtml.