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-sales
view
adminhtml
templates
order
view
tab
history.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
9
?>
10
<section
class
=
"admin__page-section edit-order-comments"
>
11
<ul
class
=
"note-list"
>
12
<?php
foreach
(
$block
->getFullHistory() as
$_item
): ?>
13
<li
class
=
"note-list-item"
>
14
<span
class
=
"note-list-date"
><?=
/* @escapeNotVerified */
$block
->getItemCreatedAt(
$_item
) ?></span>
15
<span
class
=
"note-list-time"
><?=
/* @escapeNotVerified */
$block
->getItemCreatedAt(
$_item
,
'time'
) ?></span>
16
<span
class
=
"note-list-status"
><?=
/* @escapeNotVerified */
$block
->getItemTitle(
$_item
) ?></span>
17
<?php
if
(
$block
->isItemNotified(
$_item
,
false
)): ?>
18
<span
class
=
"note-list-customer"
>
19
<?=
/* @escapeNotVerified */
__
(
'Customer'
) ?>
20
<?php
if
(
$block
->isCustomerNotificationNotApplicable(
$_item
)): ?>
21
<span
class
=
"note-list-customer-notapplicable"
><?=
/* @escapeNotVerified */
__
(
'Notification Not Applicable'
) ?></span>
22
<?php
elseif
(
$block
->isItemNotified(
$_item
)): ?>
23
<span
class
=
"note-list-customer-notified"
><?=
/* @escapeNotVerified */
__
(
'Notified'
) ?></span>
24
<?php
else
: ?>
25
<span
class
=
"note-list-customer-not-notified"
><?=
/* @escapeNotVerified */
__
(
'Not Notified'
) ?></span>
26
<?php
endif
; ?>
27
</span>
28
<?php
endif
; ?>
29
</li>
30
<?php
endforeach
; ?>
31
</ul>
32
<div
class
=
"edit-order-comments-block"
>
33
<div
class
=
"edit-order-comments-block-title"
>
34
<?=
/* @escapeNotVerified */
__
(
'Notes for this Order'
) ?>
35
</div>
36
<?php
foreach
(
$block
->getFullHistory() as
$_item
): ?>
37
<?php
if
($_comment =
$block
->getItemComment(
$_item
)): ?>
38
<div
class
=
"comments-block-item"
>
39
<div
class
=
"comments-block-item-comment"
>
40
<?=
/* @escapeNotVerified */
$_comment ?>
41
</div>
42
<span
class
=
"comments-block-item-date-time"
>
43
<?=
/* @escapeNotVerified */
__
(
'Comment added'
) ?>
44
<?=
/* @escapeNotVerified */
$block
->getItemCreatedAt(
$_item
) ?>
45
<?=
/* @escapeNotVerified */
$block
->getItemCreatedAt(
$_item
,
'time'
) ?>
46
</span>
47
</div>
48
<?php
endif
; ?>
49
<?php
endforeach
; ?>
50
</div>
51
</section>
endif
endif
Definition:
history.phtml:66
elseif
elseif(isset( $params[ 'redirect_parent']))
Definition:
iframe.phtml:17
__
__()
Definition:
__.php:13
$block
$block
Definition:
block.php:8
$_item
$_item
Definition:
default.phtml:11
endforeach
if( $block->canAddComment())( 'Status') ?></label >< div class if($_code==$block->getOrder() ->getStatus()) endforeach
Definition:
history.phtml:19