Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
noItems.phtml
Go to the documentation of this file.
1 <?php
6 // @codingStandardsIgnoreFile
8 ?>
9 <div class="cart-empty">
10  <?= $block->getChildHtml('checkout_cart_empty_widget') ?>
11  <p><?= /* @escapeNotVerified */ __('You have no items in your shopping cart.') ?></p>
12  <p><?php /* @escapeNotVerified */ echo __('Click <a href="%1">here</a> to continue shopping.',
13  $block->escapeUrl($block->getContinueShoppingUrl())) ?></p>
14  <?= $block->getChildHtml('shopping.cart.table.after') ?>
15 </div>
__()
Definition: __.php:13
$block
Definition: block.php:8