New Zenner
- Join Date:
- Nov 2008
- Posts:
- 28
- Plugin Contributions:
- 0
Customer details
I need to add a couple extra fields to customer details form. How can i do it?
I need tax id and website name fields.
Views: 742
New Zenner
I need to add a couple extra fields to customer details form. How can i do it?
I need tax id and website name fields.
Totally Zenned
First, you'll need to modify your database to store the new details - add the fields to the customers table.
Then you'll need to modify an override copy of tpl_modules_create_account to add the fields for the customer to fill in.
Finally, modify an override copy of modules/create_account.php to take the info from the form and store it in the database with all the other data.
Tell staff why this post should be reviewed.