Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-reports
view
adminhtml
templates
report
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
$block
Definition:
block.php:8