10 <?php
if (
$block->getQuote()->hasVirtualItems()): ?>
11 <div
class=
"block block-other">
12 <div
class=
"block-title">
13 <strong><?=
__(
'Other items in your order') ?></strong>
14 <a href=
"<?= /* @escapeNotVerified */ $block->getVirtualProductEditUrl() ?>" class=
"action edit"><span><?=
__(
'Edit Items') ?></span></a>
16 <div
class=
"block-content">
17 <p><?=
__(
'Shipping is not applicable.') ?></p>
18 <div
class=
"table-wrapper">
19 <table
class=
"items data table" id=
"unavailable-shipping-table">
20 <caption
class=
"table-caption"><?=
__(
'Other items in your order') ?></caption>
23 <th
class=
"col item" scope=
"col"><?=
__(
'Product Name') ?></th>
24 <th
class=
"col qty" scope=
"col"><?=
__(
'Qty') ?></th>
28 <?php
foreach (
$block->getVirtualQuoteItems() as
$_item): ?>
30 <td
class=
"col item" data-th=
"<?= $block->escapeHtml(__('Product Name')) ?>"><?=
$block->getItemHtml(
$_item) ?></td>
31 <td
class=
"col qty" data-th=
"<?= $block->escapeHtml(__('Qty')) ?>"><?=
$_item->getQty() ?></td>
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