Category: Magento 2

magento 2 get order after submission 5

Magento 2 get order after submission

In this tutorial I show you how to use event sales_order_save_after to get order after submission. In this event you can tasks that are needed to be done for each new order. For example...

magento 2 reset lost admin password 0

Magento 2 – reset lost admin password

In this tutorial I show how to reset lost admin password. This is a common task for every Magento developer. Sometimes you changed your password and you can’t remember it any more. If you...

disable forced password change 0

Magento 2 – disable forced password change

In this post, I show how to disable forced password change. This new feature should improve security on your Magento 2 online shop, but for developers it is quite frustrating to change password from...

magento 2 install theme 3

Magento 2 – install theme

In this post I show you how to install a theme for Magento 2. This is done with example theme Ultimo, a very flexible, modern and expendable Magento theme. A different theme may have...

magento email problem 0

Magento email problem solving tips

Magento email problem debugging can be very embarrassing. If you ever did a research why emails are not sent or not transmitted to customer inbox, you may know how difficult it is to find...

indexer reset 2

Magento 2 – unlock reindex process

In this tutorial I show you how to unlock reindex process. You may know the following error message from reindexer: “index is locked by another reindex process“. Sometimes this happens and there is no...

install magento 2 0

Install Magento 2 beginners tutorial

It is time for a beginners tutorial on how to install Magento 2. Magento 2 comes with a pretty installer that guides you through a number of pre configuration points. I show you what...

magento 2 debug collection filter 1

Magento 2 – debug collection filter

Sometimes it is quite complicated to debug collection filters. You may have the correct code, but it doesn’t return data. Hours later you find out, that there are no data available for this filter....