Magento2.4 How to override MagentoCheckoutControllerCart?
Even if I simply copy the file without changes, it does not work as a preference. Any idea why? I created a preference in di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <preference for=”MagentoCheckoutControllerCartAdd” type=”MycompanyMyappControllerCartAdd” /> </config> I am simply trying to… Read More »Magento2.4 How to override MagentoCheckoutControllerCart?