11 <div
class=
"admin__page-section">
12 <div
class=
"admin__page-section-title">
13 <span
class=
"title"><?=
__(
'Items Refunded') ?></span>
15 <div
class=
"admin__page-section-content">
16 <div
class=
"admin__table-wrapper">
17 <table
class=
"data-table admin__table-primary order-creditmemo-tables">
20 <th
class=
"col-product"><span><?=
__(
'Product') ?></span></th>
21 <th
class=
"col-price"><span><?=
__(
'Price') ?></span></th>
22 <th
class=
"col-qty"><span><?=
__(
'Qty') ?></span></th>
23 <th
class=
"col-subtotal"><span><?=
__(
'Subtotal') ?></span></th>
24 <th
class=
"col-tax"><span><?=
__(
'Tax Amount') ?></span></th>
25 <th
class=
"col-discount"><span><?=
__(
'Discount Amount') ?></span></th>
26 <th
class=
"col-total last"><span><?=
__(
'Row Total') ?></span></th>
30 <?php
if (
$_item->getOrderItem()->getParentItem()) {
35 <tbody
class=
"<?= /* @escapeNotVerified */ $i%2 ? 'even' : 'odd' ?>">
if( $block->getQuote() ->hasVirtualItems())( 'Other items in your order') ?></strong >< a hrefforeach( $block->getVirtualQuoteItems() as $_item)(__( 'Product Name')) ?>"><? endforeach