getItem()): ?>
= $block->escapeHtml(__('Ordered')); ?> | = /* @noEscape */ $item->getQtyOrdered()*1 ?> |
---|---|
= $block->escapeHtml(__('Invoiced')); ?> | = /* @noEscape */ $item->getQtyInvoiced()*1 ?> |
= $block->escapeHtml(__('Shipped')); ?> | = /* @noEscape */ $item->getQtyShipped()*1 ?> |
= $block->escapeHtml(__('Refunded')); ?> | = /* @noEscape */ $item->getQtyRefunded()*1 ?> |
= $block->escapeHtml(__('Canceled')); ?> | = /* @noEscape */ $item->getQtyCanceled()*1 ?> |