The store will not work correctly when cookies are disabled.
We use cookies to make your experience better.To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
Usually a payment method is visible in checkout and sometimes also in admin area. Let's see today together the case of being visible only in admin area.
Subscribe to our newsletter and get all the latest new extensions updates, Magento 2 tutorials, offers and news about us in one email every week. Subscribe now and stay up-to-date!
It is well known that you can easily display the recently viewed products by adding a widget from the admin area. The alternative way to the widget is to do that programmatically. Let's have a look on that in this post then.
Let's say that you have a customer management system integrated in your Magento store which sends out a welcome email to the customer after registration. That means that you do not want also Magento to send out the default welcome email. In this post we will see how you can disable Magento default welcome email.
It would be possible that the action of an event implemented by default in Magento or by a 3rd party module is not needed for you. Let's see the options you have to disable an event and which is the best one.