11 <div
class=
"actions-toolbar">
12 <a href=
"<?= /* @escapeNotVerified */ $block->getPrintAllCreditmemosUrl($_order) ?>" 13 onclick=
"this.target='_blank'" 15 <span><?=
__(
'Print All Refunds') ?></span>
18 <?php
foreach (
$_order->getCreditmemosCollection() as $_creditmemo): ?>
19 <div
class=
"order-title">
20 <strong><?=
__(
'Refund #') ?><?= $_creditmemo->getIncrementId() ?> </strong>
21 <a href=
"<?= /* @escapeNotVerified */ $block->getPrintCreditmemoUrl($_creditmemo) ?>" 22 onclick=
"this.target='_blank'" 24 <span><?=
__(
'Print Refund') ?></span>
28 <div
class=
"table-wrapper order-items-creditmemo">
29 <table
class=
"data table table-order-items creditmemo" id=
"my-refund-table-<?= /* @escapeNotVerified */ $_creditmemo->getId() ?>">
30 <caption
class=
"table-caption"><?=
__(
'Items Refunded') ?></caption>
33 <th
class=
"col name"><?=
__(
'Product Name') ?></th>
34 <th
class=
"col sku"><?=
__(
'SKU') ?></th>
35 <th
class=
"col price"><?=
__(
'Price') ?></th>
36 <th
class=
"col qty"><?=
__(
'Qty') ?></th>
37 <th
class=
"col subtotal"><?=
__(
'Subtotal') ?></th>
38 <th
class=
"col discount"><?=
__(
'Discount Amount') ?></th>
39 <th
class=
"col total"><?=
__(
'Row Total') ?></th>
42 <?php
$_items = $_creditmemo->getAllItems(); ?>
44 <?php
if (!
$_item->getOrderItem()->getParentItem()): ?>
51 <?=
$block->getTotalsHtml($_creditmemo) ?>
55 <?=
$block->getCommentsHtml($_creditmemo) ?>
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