Enable Magento 2 log in as Customer Enable the feature In the admin page click Stores -> Settings -> Configuration. In the left panel, expand Customers and choose Login as Customer. Option Value Description Enable Login as Customer Yes / No Enable/Disable the Login…
Magento 2 store owners send emails to customers for not only marketing purposes but also for sending the order, shipping, and invoice details. For branding purposes, the merchants use custom email templates over the default one. When a customer receives…
Logs in Magento 2 consist of system information records for the analysis in the future. One of the most common examples of such events is the error log. Developers know the pain of errors and the process to deliver a…
How to call a configurable external JS URL in magento2 Today I will explain in this article, that how you can create a configurable JS external URL and then map it with another js in magento 2. Suppose you stuck…
We all know that in Magento 1 We can easily instantiate model using Mage::getModel and Mage::getSingleton methods. But instantiate a model in Magento 2 something different. In Magento 2 we can instantiate a model using Object Manager. Yes, you heard it correctly, ObjectManager is a…