Magento 2 customer logged in or not
A common task for Magento 2 modules is to check if customer logged in or not. Magento core use this query to check if a customer is able to see and buy products or...
A Blog about Magento e-Commerce System
A common task for Magento 2 modules is to check if customer logged in or not. Magento core use this query to check if a customer is able to see and buy products or...
My last post was about how to install and configure Magento 2 data migration tool. Now it is time to use it and to import data from your old shop. This post shows you...
With the Magento 2 data migration tool it is easy to copy your Magento 1 shop data to a new Magento 2 shop. This tool is quite mighty and helps to reduce migration effort....
In this tutorial I show you how to programmatically get customer shipping address. You will need to do this, if you want to implement custom queries based on customers address data. My source code...
In this tutorial I show you how to delete objects in Magento 2. You may discovered a “Delete operation is forbidden for current area” error message if you want to call a delete function....
I show you how to send customer password reset mail programmatically. A common problem for shows that migrate customer data from an older Magento shop or third party system is, that passwords are stored...
In this tutorial I show you how to get default billing and shipping address by customer. That is need if you want to create or update customers programmatically. A customer can have many different...
In this tutorial I show you how to get customer collection. If you want to programmatically change or get customers, this will be the obvious way to get customer objects. With a collection you...