Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
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 | |
foreach ($_invoices as $_invoice) ('Invoice #') ?><? $_items = $_invoice->getItemsCollection() |
Definition at line 34 of file invoice.phtml.
$_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.
$_billing endforeach = $block->getPaymentInfoHtml() |
Definition at line 41 of file invoice.phtml.
endif |
Definition at line 75 of file invoice.phtml.