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
adminhtml
templates
info
default.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
12
$specificInfo
=
$block
->getSpecificInformation();
13
?>
14
<?=
$block
->escapeHtml(
$block
->getMethod()->getTitle()) ?>
15
16
<?php
if
(
$specificInfo
): ?>
17
<table
class
=
"data-table admin__table-secondary"
>
18
<?php
foreach
(
$specificInfo
as
$label
=>
$value
):?>
19
<tr>
20
<th><?=
$block
->escapeHtml(
$label
) ?>:</th>
21
<td>
22
<?=
/* @noEscape */
nl2br(
$block
->escapeHtml(implode(
"\n"
,
$block
->getValueAsArray(
$value
,
true
)))) ?>
23
</td>
24
</tr>
25
<?php
endforeach
; ?>
26
</table>
27
<?php
endif
;?>
28
29
<?=
$block
->getChildHtml() ?>
$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