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 6922989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:28:40+00:00 2026-05-27T10:28:40+00:00

I have got three stores installed on the same installation of Magento Enterprise edition.

  • 0

I have got three stores installed on the same installation of Magento Enterprise edition.

I created an extra Customer Attribute and it did get successfully showed up on front-end. But I would like to display this attribute in “Manage Customer View” in admin so that I can use this attribute to filter my customer records out.

But it doesn’t get showed up with the other attributes. How do I achieve this?

  • 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-27T10:28:41+00:00Added an answer on May 27, 2026 at 10:28 am

    Created a custom module which over rides Mage/Adminhtml/Block/Customer/Grid.php and modified the following functions. Since I wanted to add a column which is a part of my customer’s billing information, my code looked like this.

    public function setCollection($collection)
    {
        $collection->joinAttribute('your_column', 'customer_address/your_column', 'default_billing', null, 'left');                   
        parent::setCollection($collection);
    }
    
    $this->addColumn('Company', array(
            'header'    => Mage::helper('customer')->__('Your column'),
            'index'     => 'your_column',
            'type'      => 'text',
            //'renderer' => 'ConstantMedia_Adminhtml_Block_Render_Confirmation',
    
        ));
    

    You can tweak the code according to your requirements. Hope this helps!

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

Sidebar

Related Questions

In Unix, I have got three main files. One of them is a library
I'm using Google Test Framework to set some unit tests. I have got three
I have got as follows: use constant ABC => ('one', 'two', 'three'); and I
I've got an app with three spinners, they have unique IDs and I'm trying
Have got an NSString *str = @12345.6789 and want to find out if there
I've got main folder: c:\test And there I have 2 folders: Movies and Photos.
So I've got some data. There are entities. Entities have an arbitrary number of
I have got the requirement to find the core file in multiple box/machine and
I have got this code: function init(){ if (typeof window.jQuery !== 'function') { var
I have got a form into which information is entered, and a drop down

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.