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
payflowlink
form.phtml
Go to the documentation of this file.
1
<?php
13
?>
14
<html>
15
<head>
16
</head>
17
<body>
18
<
form
id
=
"token_form"
method=
"GET"
action=
"<?= $block->escapeUrl($block->getTransactionUrl()) ?>"
>
19
<input type=
"hidden"
name
=
"SECURETOKEN"
value
=
"<?= $block->escapeHtml($block->getSecureToken()) ?>"
/>
20
<input type=
"hidden"
name
=
"SECURETOKENID"
value
=
"<?= $block->escapeHtml($block->getSecureTokenId()) ?>"
/>
21
<input type=
"hidden"
name
=
"MODE"
value
=
"<?= /* @noEscape */ $block->isTestMode() ? 'TEST' : 'LIVE' ?>"
/>
22
</
form
>
23
<script>
24
document.getElementById(
'token_form'
).submit();
25
</script>
26
</body>
27
</html>
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
form
jquery extjs ext tree mage adminhtml form
Definition:
tree.phtml:41
name