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
items
renderer
default.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
9
?>
10
11
<?=
/* @escapeNotVerified */
$block
->getItem()->getName() ?>
12
<div><strong><?=
/* @escapeNotVerified */
__
(
'SKU'
) ?>:</strong> <?= implode(
'<br />'
, $this->helper(
'Magento\Catalog\Helper\Data'
)->splitSku(
$block
->escapeHtml(
$block
->getItem()->getSku()))) ?></div>
13
<?php
if
(
$block
->getOrderOptions()): ?>
14
<ul
class
=
"item-options"
>
15
<?php
foreach
(
$block
->getOrderOptions() as
$option
): ?>
16
<li><strong><?=
/* @escapeNotVerified */
$option
[
'label'
] ?>:</strong><br />
17
<?php
if
(is_array(
$option
[
'value'
])): ?>
18
<?php
foreach
(
$option
[
'value'
] as
$item
): ?>
19
<?=
$block
->getValueHtml(
$item
) ?><br />
20
<?php
endforeach
; ?>
21
<?php
else
: ?>
22
<?=
$block
->escapeHtml(
$option
[
'value'
]) ?>
23
<?php
endif
; ?>
24
</li>
25
<?php
endforeach
; ?>
26
</ul>
27
<?php
endif
; ?>
28
<?=
$block
->escapeHtml(
$block
->getItem()->getDescription()) ?>
$option
$option
Definition:
default.phtml:8
__
__()
Definition:
__.php:13
$item
$item
Definition:
partial_invoice.php:27
$block
$block
Definition:
block.php:8
endforeach
endforeach
Definition:
default.phtml:72
endif
if( $_item->getOrderItem() ->getParentItem())( $_item) ?><?php if( $_prevOptionId ! $_prevOptionId endif
Definition:
default.phtml:41