Magento Custom Module Directory Help
Old user, Noob question! I have a module which is successfully “trying” to overide the sidebar.html block using the below code. var config = { “map”: { “*”: { “Magento_Checkout/template/sidebar.html”: “MyBrand/MyModule/template/sidebar.html” } } }; The problem is, I’m not sure… Read More »Magento Custom Module Directory Help