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-payment
view
frontend
templates
info
default.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
13
$specificInfo
=
$block
->getSpecificInformation();
14
$title
=
$block
->escapeHtml(
$block
->getMethod()->getTitle());
15
?>
16
<dl
class
=
"payment-method"
>
17
<dt
class
=
"title"
><?=
/* @noEscape */
$title
?></dt>
18
<?php
if
(
$specificInfo
):?>
19
<dd
class
=
"content"
>
20
<table
class
=
"data table"
>
21
<caption
class
=
"table-caption"
><?=
/* @noEscape */
$title
?></caption>
22
<?php
foreach
(
$specificInfo
as
$label
=>
$value
):?>
23
<tr>
24
<th scope=
"row"
><?=
$block
->escapeHtml(
$label
) ?></th>
25
<td>
26
<?=
/* @noEscape */
nl2br(
$block
->escapeHtml(implode(
"\n"
,
$block
->getValueAsArray(
$value
,
true
)))) ?>
27
</td>
28
</tr>
29
<?php
endforeach
; ?>
30
</table>
31
</dd>
32
<?php
endif
;?>
33
</dl>
34
<?=
$block
->getChildHtml() ?>
$title
$title
Definition:
default.phtml:14
$block
$block
Definition:
block.php:8
endforeach
endforeach
Definition:
default.phtml:72
$label
$label
Definition:
details.phtml:21
$value
$value
Definition:
gender.phtml:16
endif
if( $_item->getOrderItem() ->getParentItem())( $_item) ?><?php if( $_prevOptionId ! $_prevOptionId endif
Definition:
default.phtml:41
$specificInfo
$specificInfo
Definition:
default.phtml:12