I need to edit -> app/design/adminhtml/default/default/template/sales/order/view/ items.phtml, editing core files is dangerous, may i know how ...
in order to do a "clean job", one should not directly modify those files but ...
Some one on stack exchange already tried this kind of solution !! here if the
/** * @var \Magento\Sales\Block\Adminhtml\Order\View\Items $block */ $_order = $block->getOrder() ·