Magento 2

How to Add Custom Tab in Customer Account Dashboard in Magento 2

In this tutorial, Today I will explain about how to add custom tab in customer account dashboard in Magento 2. When you are logged in successfully after that, you will redirect to customer account dashboard page. On customer account dashboard page, there are many tabs available like My Account, My order, Stored Payment Methods, Address book etc. However, when you…

Continue Reading

Magento 2

How to Add Custom Customer Attribute in Magento 2

In this tutorial, Today I will explain you about how to add custom customer attribute in Magento 2. For that, You need to create InstallData.php file in your custom module. When you execute setup upgrade command for install module at that time, your custom customer attribute will be create by script. Custom Customer Attribute is useful when you want to…

Continue Reading

Magento 2

Magento 2 : Disable Payment Method For Certain Customer Groups

In this technical blog, I will explain you how to disable payment method for certain customer groups in Magento 2. In e-commerce store, payment method system is one of the most important cores of Magento 2 store. It’s affect on your store system for increase your sales, profit, etc. Sometimes, store owner wants to restrict specific payment methods based on…

Continue Reading

Magento 2

Magento 2 : Get orders by customer id using GraphQL

In this article, we will learn about how to get orders list by customer id using GraphQL API in Magento 2. After Magento 2.3, GraphQL is most popular feature to make it simple to fetch all require data with one single request. With GraphQL, you can send a query to your API and get response what you need. So, Now…

Continue Reading

Magento 2

Magento 2 : Get Recently Viewed Product Collection of Customer

In this tutorial, Today I will explain you about how to get recently viewed product collection of customer programmatically in Magento 2. In your store, Display recently viewed product is most important role to successful of your Magento store. It display based on number of time product page viewed by user. It will also helpful for enhance shopping experience of…

Continue Reading

Magento 2

How to check customer is logged in or not in Magento 2

In this tutorial, Today I will explain to how to check customer is logged in or not in Magento 2. When we develop any functionality based on customer is logged in or not at that time, we need to check that customer is logged in or not. Sometimes, we need to add restriction like if customer is logged in then…

Continue Reading

Magento 2

How to add new customer address by REST API in Magento 2

In this tutorial, Today I will explain to you how to add new customer address by REST API in Magento 2. In Magento 2, If you want to add new customer address, you must require a customer token before add new customer address. You can get customer access token from this below url. For that, you need to pass customer…

Continue Reading

Magento 2

How to Add Custom Mass Action to Customer Grid in Magento 2

In this tutorial, Today I will explain to how to add custom mass action to the customer grid in Magento 2. In Magento 2 admin, the customer grid created by ui_component. There are some mass actions already available in Magento 2 customer grid. But, if you want to add custom mass action to the customer grid then, you need to…

Continue Reading