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-paypal
view
frontend
templates
payment
redirect.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
12
$code
=
$block
->escapeHtml(
$block
->getBillingAgreementCode());
13
?>
14
<fieldset
class
=
"fieldset paypal items redirect"
style=
"display:none;"
15
id
=
"payment_form_<?= $block->escapeHtml($block->getMethodCode()) ?>"
>
16
<div><?=
$block
->escapeHtml(
$block
->getRedirectMessage()) ?></div>
17
<?php ?>
18
<?php
if
(
$code
): ?>
19
<input type=
"checkbox"
id
=
"<?= /* @noEscape */ $code ?>"
value
=
"1"
class
=
"checkbox"
20
name
=
"payment[<?= /* @noEscape */ $code ?>]"
>
21
<label
for
=
"<?= /* @noEscape */ $code ?>"
class
=
"label"
>
22
<span>
23
<?=
$block
->escapeHtml(
__
(
'Sign a billing agreement to streamline further purchases with PayPal.'
)) ?>
24
</span>
25
</label>
26
<?php
endif
; ?>
27
</fieldset>
value
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition:
block.php:9
__
__()
Definition:
__.php:13
$block
$block
Definition:
block.php:8
name
$code
$code
Definition:
redirect.phtml:12
endif
endif
Definition:
404.phtml:116