I have a requirement for call centre agents to search for a customer based on email address. But I don’t want to show the email address in the customer grid unless they search for a email.
How can I do this??
Magento Version: 1.4.1.1
Thank you in advance.
Write a custom module that extend:
Read more @ How to get data for an entity (for example customer) from eav_attribute table to be shown in Customer Grid for admin (remove line with sales_order_grid)
Copy ‘_prepareColumns()’ method to your custom module and change
Read more @ http://www.magentocommerce.com/boards/viewthread/192232/#t239222
Create Class:
This is base off Magento v1.7