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-analytics
view
adminhtml
templates
dashboard
section.phtml
Go to the documentation of this file.
1
<?php
6
// @codingStandardsIgnoreFile
7
?>
8
9
<section
class
=
"dashboard-advanced-reports"
data-index=
"dashboard-advanced-reports"
>
10
<div
class
=
"dashboard-advanced-reports-description"
>
11
<header
class
=
"dashboard-advanced-reports-title"
>
12
<?=
$block
->escapeHtml(
__
(
'Advanced Reporting'
)) ?>
13
</header>
14
<div
class
=
"dashboard-advanced-reports-content"
>
15
<?=
$block
->escapeHtml(
__
(
'Gain new insights and take command of your business\' performance,'
.
16
' using our dynamic product, order, and customer reports tailored to your customer data.'
)) ?>
17
</div>
18
</div>
19
<div
class
=
"dashboard-advanced-reports-actions"
>
20
<a href=
"<?= $block->escapeUrl($block->getUrl('analytics/reports/show')) ?>"
21
target=
"_blank"
22
class
=
"action action-advanced-reports"
23
data-index=
"analytics-service-link"
24
title=
"<?= $block->escapeHtmlAttr(__('Go to Advanced Reporting')) ?>"
>
25
<span><?=
$block
->escapeHtml(
__
(
'Go to Advanced Reporting'
)) ?></span>
26
</a>
27
</div>
28
</section>
__
__()
Definition:
__.php:13
$block
$block
Definition:
block.php:8