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?
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.
You can tweak the code according to your requirements. Hope this helps!