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

Go to the source code of this file.

Variables

$_order $_invoice if($_invoice) else = $block->getInvoice()
 
foreach( $_invoices as $_invoice)( 'Invoice #') ?><? $_items = $_invoice->getItemsCollection()
 
 endforeach = $block->getPaymentInfoHtml()
 
 endif
 

Variable Documentation

◆ $_items

foreach ($_invoices as $_invoice) ('Invoice #') ?><? $_items = $_invoice->getItemsCollection()

Definition at line 34 of file invoice.phtml.

◆ else

$_order $_invoice if ( $_invoice) else = $block->getInvoice()

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

Definition at line 12 of file invoice.phtml.

◆ endforeach

$_billing endforeach = $block->getPaymentInfoHtml()

Definition at line 41 of file invoice.phtml.

◆ endif

endif

Definition at line 75 of file invoice.phtml.