Tagged: customer

magento 2 customer logged in or not 4

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...

how to use data migration tool 0

How to use data migration tool

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...

magento 2 data migration tool 2

Magento 2 data migration tool

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....

magento 2 get customer shipping address 0

Magento 2 – get customer shipping address

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...

magento 2 delete objects 0

Magento 2 – delete objects

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....

magento 2 get customer collection 1

Magento 2 – get customer collection

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...