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?”

How to Remove Product reviews tab from customer edit admin panel Magento 2?

Remove the Product reviews tab from the customer section of the admin panel using Magento 2 by layout XML.

When you remove the product reviews tab, it will be removed from the left sidebar of the Customer edit section in the admin panel.

Reviews tab contains the grid of all the items in which the customer has given a review from the store. Continue reading “How to Remove Product reviews tab from customer edit admin panel Magento 2?”

How to remove wishlist tabs from the admin Customer edit Page Magento 2?

You can remove wishlist tabs from the customer edit page in Magento 2 admin panel.

Your eCommerce site doesn’t support the wishlist functionality, you need to remove tabs from the customer section of the admin also.

Wishlist section displays the list of wishlist items grid for the specific customer.

Create a customer_index_edit.xml file in your module with adminhtml scope, Continue reading “How to remove wishlist tabs from the admin Customer edit Page Magento 2?”