I know this might have been probably asked before but through out the net I dint get a single proper working post to my problem. Hence thought of asking it myself.
I would like to create a custom field “Company” for my Customer’s Account and Edit page. I would also like to see this field in the admin Area in “Manage Customers” Section along with other fields like Id, Name, Email, Group, Telephone,Country, etc.
I know the best bit would be to create a custom module but what is the exact way of doing that, such that the newly created module gets reflected both on front end (A/c register and edit pages) and backend (Admin) area.
Please I would really appreciate if some one can tel me the exact way of doing this.
Thanks in advance.
I’ve found out the solution. Its this file which needs editing for adding an extra column in Manage Customers Grid.
app/code/core/Mage/AdminHtml/Block/Customers/Grid.php
And to the columns:
And if one needs to add the Company field on Customer Register and edit pages then they need to edit customer/form/register.phtml and edit.phtml files and add
That’s it !! Hope it helps some one!