Skip to content

magento man

Error durin compilation Magento 2.4.6

Repositories code generation… 1/9 [===>————————] 11% 1 sec 76.0 MiB There is an error in vendor/magento/module-page-builder/Model/Dom/CharacterData.php at line: 15 Interface “MagentoPageBuilderModelDomAdapterCharacterDataInterface” not found#0 vendor/composer/ClassLoader.php(578): include() what can be a problem? Thanks

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