Skip to content

magento2.4.3

Auto Added by WPeMatico

Upgrading from 2.4.3 to 2.4.3-p3

I am upgrading from 2.4.3 to 2.4.3-p3 and I have a few questions. In composer.json should I only be chnaging these 3 lines? “version”: “2.4.3-p3”, “magento/product-enterprise-edition”: “2.4.3-p3”, “magento/data-migration-tool”: “2.4.3”, (This was 2.3.4 previously) Thank you

How to override vendormagentoframeworkViewPageConfigRenderer.php in Module

Thanks in advance 🙂 I can confirm the module is working correctly. I have tried adding the following to the di.xml file in my module: <preference for=”MagentoFrameworkViewPageConfigRenderer” type=”VendorModuleFrameworkViewPageConfigRenderer” /> And the following to my Renderer.php file in appcodeVendorModuleFrameworkViewPageConfig: <?php namespace… Read More »How to override vendormagentoframeworkViewPageConfigRenderer.php in Module