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
invoice
create
items
renderer
default.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
9
?>
10
<?php ?>
11
<?php
$_item
=
$block
->getItem() ?>
12
<?php
$block
->setPriceDataObject(
$_item
)?>
13
<td
class
=
"col-product"
><?=
$block
->getColumnHtml(
$_item
,
'name'
) ?></td>
14
<td
class
=
"col-price"
>
15
<?=
$block
->getColumnHtml(
$_item
,
'price'
) ?>
16
</td>
17
<td
class
=
"col-qty"
><?=
$block
->getColumnHtml(
$_item
,
'qty'
) ?></td>
18
<td
class
=
"col-qty-invoice"
>
19
<?php
if
(
$block
->canEditQty()) : ?>
20
<input type=
"text"
class
=
"input-text admin__control-text qty-input"
21
name
=
"invoice[items][<?= /* @escapeNotVerified */ $_item->getOrderItemId() ?>]"
22
value
=
"<?= /* @escapeNotVerified */ $_item->getQty()*1 ?>"
/>
23
<?php
else
: ?>
24
<?=
/* @escapeNotVerified */
$_item
->getQty()*1 ?>
25
<?php
endif
; ?>
26
</td>
27
<td
class
=
"col-subtotal"
>
28
<?=
$block
->getColumnHtml(
$_item
,
'subtotal'
) ?>
29
</td>
30
<td
class
=
"col-tax"
><?=
/* @escapeNotVerified */
$block
->displayPriceAttribute(
'tax_amount'
) ?></td>
31
<td
class
=
"col-discount"
><?=
/* @escapeNotVerified */
$block
->displayPriceAttribute(
'discount_amount'
) ?></td>
32
<td
class
=
"col-total last"
>
33
<?=
$block
->getColumnHtml(
$_item
,
'total'
) ?>
34
</td>
value
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition:
block.php:9
$block
$block
Definition:
block.php:8
name
$_item
$_item
Definition:
default.phtml:11
endif
if( $_item->getOrderItem() ->getParentItem())( $_item) ?><?php if( $_prevOptionId ! $_prevOptionId endif
Definition:
default.phtml:41