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-customer
view
frontend
templates
newcustomer.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
10
?>
11
<?php
if
(
$block
->getRegistration()->isAllowed()): ?>
12
<div
class
=
"block block-new-customer"
>
13
<div
class
=
"block-title"
>
14
<strong
id
=
"block-new-customer-heading"
role=
"heading"
aria-level=
"2"
><?=
$block
->escapeHtml(
__
(
'New Customers'
)) ?></strong>
15
</div>
16
<div
class
=
"block-content"
aria-labelledby=
"block-new-customer-heading"
>
17
<p><?=
$block
->escapeHtml(
__
(
'Creating an account has many benefits: check out faster, keep more than one address, track orders and more.'
)) ?></p>
18
<div
class
=
"actions-toolbar"
>
19
<div
class
=
"primary"
>
20
<a href=
"<?= $block->escapeUrl($block->getCreateAccountUrl()) ?>"
class
=
"action create primary"
><span><?=
$block
->escapeHtml(
__
(
'Create an Account'
)) ?></span></a>
21
</div>
22
</div>
23
</div>
24
</div>
25
<?php
endif
; ?>
__
__()
Definition:
__.php:13
$block
$block
Definition:
block.php:8
endif
if( $block->getRegistration() ->isAllowed())(__( 'New Customers')) ?></strong ></div >< div class endif
Definition:
newcustomer.phtml:20