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-signifyd
view
adminhtml
templates
case_info.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
?>
9
<?php ?>
10
<?php
11
12
if
(
$block
->isEmptyCase()) {
13
return
''
;
14
}
15
?>
16
<section
class
=
"admin__page-section order-case-info"
>
17
<div
class
=
"admin__page-section-title"
>
18
<span
class
=
"title"
><?=
$block
->escapeHtml(
__
(
'Fraud Protection Information'
)) ?></span>
19
</div>
20
<div
class
=
"admin__page-section-content"
>
21
<div
class
=
"admin__page-section-item case-information"
>
22
<div
class
=
"admin__table-wrapper"
>
23
<table
class
=
"admin__table-secondary order-case-table"
>
24
<tbody>
25
<tr>
26
<th
class
=
"col-guarantee-disposition"
><?=
$block
->escapeHtml(
__
(
'Signifyd Guarantee Decision'
)) ?></th>
27
<td
class
=
"col-guarantee-disposition"
><?=
$block
->escapeHtml(
$block
->getCaseGuaranteeDisposition()) ?></td>
28
</tr>
29
</tbody>
30
</table>
31
</div>
32
</div>
33
</div>
34
</section>
__
__()
Definition:
__.php:13
$block
$block
Definition:
block.php:8