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...
A Blog about Magento e-Commerce System
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...
In this tutorial I show you how to find products without category in Magento 2, so called orphan products. Orphan products are products that are not connected to a category. If they are not...
In this tutorial I show how to change Magento 2 shipping costs during checkout. Sometimes this is needed, if your shipping cost depends on product information, which you can not get working with existing...
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...
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...
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 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...
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...
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...
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....