Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6966781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:14:09+00:00 2026-05-27T16:14:09+00:00

I am making an internal Magento extension where I would like to add a

  • 0

I am making an internal Magento extension where I would like to add a few key figures to the customer overview, i.e. the /admin/customer/edit/id/XXX page:

magento

How can that be achieved? I’ve tried looking in the knowledge base, etc. but the documentation on creating extensions seems to be quite limited.

The Magento version is 1.6.x.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T16:14:10+00:00Added an answer on May 27, 2026 at 4:14 pm

    The fastest way to start a module is with the module creator. One of the files it adds will be a config and to that add the following…

    <config>
        <!-- ...existing XML here... -->
        <adminhtml>
            <layout>
                <updates>
                    <your_module_name>
                        <file>yourmodule.xml</file>
                    </your_module_name>
                </update>
            </layout>
        </adminhtml>
    </config>
    

    That will cause the file app/design/adminhtml/default/default/layout/yourmodule.xml to be loaded, to which you can add a single instruction…

    <layout>
        <adminhtml_customer_edit>
            <reference name="customer_edit_tab_view">
                <block type="adminhtml/template" template="your/module/customer/view.phtml" name="your_module_view" />
            </reference>
        </adminhtml_customer_edit>
    </layout>
    

    And that will add (last part, I promise) a block to the customer edit page below the existing sections. It will show the contents of app/design/adminhtml/default/default/template/your/module/customer/view.phtml which you must create and fill with HTML, perhaps a bit like this…

    <!-- Display a nice header around a box -->
    <div class="entry-edit">
        <div class="entry-edit-head"><h4><?php echo $this->__('Your Module Info') ?></h4></div>
        <fieldset>
            Your information will show here.
        </fieldset>
        </div>
    </div>
    

    This way is safe, no upgrades can overwrite your additions because all the file paths will have your module name somewhere in them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First I would like to say that I am entirely new to Magento so
We are making a Jabber client for our internal use in our company and
I'm making a gem for internal use. In it, I load some YAML from
I'm trouble with making graph by networkx. I'm trying to add edges but my
Is it better to add functions that return the internal state of an object
I have a C# library with lots of internal functionality exposing only a few
I have been thinking about making a helper method that shortens internal links. For
I'm making a Live Wallpaper and attempting to add some user preferences. If I
I'm making some tidy installers for our internal libraries (instead of just opening the
Is there some internal difference between the C# syntactic sugar way of making properties:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.