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

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

In Magento 2, whenever customers register and login to store, they are redirected to “My Account” section. This section has default tabs like Account information, orders, product reviews, wishlist etc. in which respective data is displayed and stored. Now sometimes you want to create a custom module and show some custom tab loaded with some important information. For example, you have created an extension for refund management and want customers to allow refund request from frontend. Here, you will need to create a separate custom tab with a form to allow refund requests. This can be done through adding custom tab in customer account section in Magento 2.

Follow the steps listed below to add custom tab on customer account section on frontend in Magento 2.

Add below files into your custom extension.
Ex: Namespace: Magecomp
Modulename: Mycard

  1. Create customer_account.xml into Magecomp/Mycard/view/frontend/layout
       
          
             
                
                   mycard/customer/index
                    My Cards
                
             
          
       
                               
    
  2. Create mycard_customer_index.xml into Magecomp/Mycard/view/frontend/layout
     
     
     
         
                 
                    My Card 
                 
          
          
             
             
         
     
    
    
  3. Create Index.php into Magecomp/Mycard/Controller/Customer
    
    
Previous Article

How to Generate Sitemap in Magento

Next Article

How to Filter UI Component Grid Collection in Magento 2

Write a Comment
  1. Can we do this for specific customer group only ? We want to add custom tab for the specific customer group.

    1. There is no direct way to put condition to create tab for particular customer group but you can surely contact us for help.

  2. Can we do this for specific customer group only ? We want to add custom tab for the specific customer group.

  3. Hi, i am following this tutorial for add new tab on dashboard , but unable to find out where i need to place this complete module ?
    i have place Magecomp folder inside of app/code folder but nothing showing on frontend. Can you please let me know where i can place this module ?

  4. Hi, i am following this tutorial for add new tab on dashboard , but unable to find out where i need to place this complete module ?
    i have place Magecomp folder inside of app/code folder but nothing showing on frontend. Can you please let me know where i can place this module ?

  5. Karuna Khatri

    Hi How can I open this default like when i click account button then first it show me the default this page.

Leave a Comment

Your email address will not be published. Required fields are marked *

Get Connect With Us

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨