11 <div
class=
"actions-toolbar">
12 <a href=
"<?= /* @escapeNotVerified */ $block->getPrintAllInvoicesUrl($_order) ?>" 15 <span><?=
__(
'Print All Invoices') ?></span>
18 <?php
foreach (
$_order->getInvoiceCollection() as $_invoice): ?>
19 <div
class=
"order-title">
20 <strong><?=
__(
'Invoice #') ?><?= $_invoice->getIncrementId() ?></strong>
21 <a href=
"<?= /* @escapeNotVerified */ $block->getPrintInvoiceUrl($_invoice) ?>" 22 onclick=
"this.target='_blank'" 24 <span><?=
__(
'Print Invoice') ?></span>
27 <div
class=
"table-wrapper table-order-items invoice">
28 <table
class=
"data table table-order-items invoice" id=
"my-invoice-table-<?= /* @escapeNotVerified */ $_invoice->getId() ?>">
29 <caption
class=
"table-caption"><?=
__(
'Items Invoiced') ?></caption>
32 <th
class=
"col name"><?=
__(
'Product Name') ?></th>
33 <th
class=
"col sku"><?=
__(
'SKU') ?></th>
34 <th
class=
"col price"><?=
__(
'Price') ?></th>
35 <th
class=
"col qty"><?=
__(
'Qty Invoiced') ?></th>
36 <th
class=
"col subtotal"><?=
__(
'Subtotal') ?></th>
39 <?php
$_items = $_invoice->getAllItems(); ?>
41 <?php
if (!
$_item->getOrderItem()->getParentItem()) : ?>
48 <?=
$block->getInvoiceTotalsHtml($_invoice) ?>
52 <?=
$block->getInvoiceCommentsHtml($_invoice) ?>
if( $block->getQuote() ->hasVirtualItems())( 'Other items in your order') ?></strong >< a hrefforeach( $block->getVirtualQuoteItems() as $_item)(__( 'Product Name')) ?>"><? endforeach
if( $type=='related' &&$canItemsAddToCart)( 'Check items to add to the cart or') ?>< button type endif