Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
wishlist.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 ?>
9 <?= $block->getChildHtml('grid') ?>
10 
11 <div class="switcher f-left" style="margin: 10px 10px 10px 0px; padding:15px;">
12 <?php
13  /* @escapeNotVerified */ echo __('Customers that have Wish List: %1', $block->getCustomerWithWishlist())
14 ?>
15 </div>
16 
17 <div class="switcher" style="float: right; margin: 10px 0px 10px 10px; padding:15px;">
18  <?php
19  /* @escapeNotVerified */ echo __('Number of Wish Lists: %1', $block->getWishlistsCount())
20  ?><br />
21  <?php
22  /* @escapeNotVerified */ echo __('Number of items bought from a Wish List: %1', $block->getItemsBought())
23  ?><br />
24  <?php /* @escapeNotVerified */ echo __('Number of times Wish Lists have been shared (emailed): %1', $block->getSharedCount())
25  ?><br />
26  <?php /* @escapeNotVerified */ echo __('Number of Wish List referrals: %1', $block->getReferralsCount())
27  ?><br />
28  <?php /* @escapeNotVerified */ echo __('Number of Wish List conversions: %1', $block->getConversionsCount())
29  ?><br />
30 </div>
__()
Definition: __.php:13
$block
Definition: block.php:8