Zen Cart Logo

Customer details

Locked

Views: 742

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
29 Jan 2009, 3:45 AM
#1
andy75 avatar

andy75

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.

29 Jan 2009, 5:06 AM
#2
bunyip avatar

bunyip

Totally Zenned

Join Date:
Sep 2004
Location:
Western Massachusetts
Posts:
2,361
Plugin Contributions:
1

Re: Customer details

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.