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.
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.
Customising email templates is a common task in Magento 2. But what if you want to get a system configuration value inside an email template? Let's have a look together.
We continue also this year our journey exploring Magento 2. In this post we will see how we can get orders that were made by a specific payment method. Let's have a look together.
Do you want to create a CMS block programmatically and not directly in admin? That can easily be done using a data patch to create that block. Let's see together how easily you can do that!