Issue with overriding /magento/vendor/magento/module-sales/view/adminhtml/templates/order/view/info.phtml
I need to override template magento/vendor/magento/module-sales/view/adminhtml/templates/order/view/info.phtml and I have following setup of files. Module name : Iwdat_AddressExt278 /Block/Adminhtml/Order/View/Info.php <?php namespace IwdatAddressExt278BlockAdminhtmlOrderView; class Info extends MagentoSalesBlockAdminhtmlOrderViewInfo { protected function _construct() { $this->_template = ‘Iwdat_AddressExt278::order/view/info.phtml’; parent::_construct(); } } ** /etc/adminhtml/di.xml** <?xml version=”1.0″?>… Read More »Issue with overriding /magento/vendor/magento/module-sales/view/adminhtml/templates/order/view/info.phtml