|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| $randomId = rand() | |
| $i =0 | |
| $_orderItem = $_order->getItemById($item->getOrderItemId()) | |
| if($item->getIsVirtual()||($_orderItem->isShipSeparately() &&!($_orderItem->getParentItemId()|| $_orderItem->getParentItem()))||(! $_orderItem->isShipSeparately() &&($_orderItem->getParentItemId()|| $_orderItem->getParentItem()))) | endif |
| $id = $item->getId() ? $item->getId() : $item->getOrderItemId() | |
| if($block->displayCustomsValue()) | else |
| $customsValueValidation = '' | |
| if($item->getOrderItem() ->getIsQtyDecimal())< button type="button" class="action-delete" data-action="package-delete-item" onclick="packaging.deleteItem(this);" style="display:none;">< span ><?=__( 'Delete') ?></span ></button ></td ></tr > | endforeach = $item->getQty()*1 |
| $_orderItem = $_order->getItemById($item->getOrderItemId()) |
Definition at line 40 of file grid.phtml.
| $customsValueValidation = '' |
Definition at line 71 of file grid.phtml.
| $i =0 |
Definition at line 36 of file grid.phtml.
| $id = $item->getId() ? $item->getId() : $item->getOrderItemId() |
Definition at line 49 of file grid.phtml.
| $randomId = rand() |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 11 of file grid.phtml.
| if ( $block->displayCustomsValue()) else |
Definition at line 69 of file grid.phtml.
| if ( $item->getOrderItem() ->getIsQtyDecimal())<button type="button" class="action-delete" data-action="package-delete-item" onclick="packaging.deleteItem(this);" style="display:none;"><span><?= __('Delete') ?></span></button></td></tr> endforeach = $item->getQty()*1 |
Definition at line 91 of file grid.phtml.
| if ( $item->getIsVirtual()||( $_orderItem->isShipSeparately() &&!( $_orderItem->getParentItemId()||$_orderItem->getParentItem()))||(! $_orderItem->isShipSeparately() &&( $_orderItem->getParentItemId()||$_orderItem->getParentItem()))) endif |
Definition at line 42 of file grid.phtml.