How to enable Login as Customer Settings in Magento 2.4?

From Magento 2.4, New Feature with Out of the box called a login as Customer.

This feature is useful for store administrators only. Store admin can access customer’s order history, check wishlist items, and customer-related information from the frontend by login behalf of the customer when they click on login as the customer button from the admin panel. Continue reading “How to enable Login as Customer Settings in Magento 2.4?”

How to update customer group programmatically Magento 2?

Update Customer Group in Magento 2 by Customer id for the customer.

If you want to change existing customer groups to different customer groups for the Customer you can do it using Customer Repository interface API.

To Retrieve the Customer Object by customer id, set Group id using the setGroupId() method to the return object and save the customer object to update group id. Continue reading “How to update customer group programmatically Magento 2?”

How to modify Personal Information section of the customer view tab in admin panel Magento 2?

The personal information section of the Customer view tab in the customer edit page in admin panel Magento 2 displays the basic details of the customer.

The customer Personal info section will be useful for the admin representative to manage customer-related changes. All the data will be presentation purposes only. You can also check the Default billing address section of the customer at the bottom. Continue reading “How to modify Personal Information section of the customer view tab in admin panel Magento 2?”