Customer

Magento – customer details – Full Name, First Name, Last Name and Email Address

Magento – How to Get Logged In customer details – Full Name, First Name, Last Name and Email Address This post is use for get detail of Logged In customer details in Magento. In this post we check Customer is login or not, if Customer is login then we call function get_customer_detail(), It will tack …

Magento – customer details – Full Name, First Name, Last Name and Email Address Read More »

Magento – Get customer details from customer id

Magento – Get customer details from customer id Get customer details from customer id : This post is use for get detail from customer id in Magento. In this post we get customer id and pass to function get_customer_detail, It will gt all detail of added Customer. // function to get user detail function get_customer_detail($customer_id) …

Magento – Get customer details from customer id Read More »

register customer/user programmatically in magento 2

In this post we will show you how to add customer programmatically in magento 2. In this post we can register customer/user programmatically in magento 2. By using this code We can add customer to any store and website. once the customer created we can add address to the customer programmatically this following code in …

register customer/user programmatically in magento 2 Read More »

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US