You are writing a customization for the customer module. You need to make sure the configuration files from your module are loaded after the customer module’s configuration.
Where should the dependency be declared?
You need to find all orders in the processing state. You have written the code:
When you run the code, you get the following exception:
How do you resolve the exception?
How do you obtain customer information in a JavaScript module?
A third-party module uses a layout update that changes the template path for a core block from product/view/addto/compare.phtml of the Magento_Catalog module to custom/view/addto/compare.phtml of your custom module. The merchant has a customized version of this template in their custom theme.
What is a consequence of this setup?