Ok, I think I am about done with this mod. I have completely reload Zen Cart 4 times now because when I install the files necessary and compare the other files and add the lines between //Additional Customer Fields and //End of Additional Customer Fields, it goes tilt. I have found I switch the template back from mine to the Classic(default) and the user side works but I get this error on the admin side when I access customers:
1054 Unknown column 'c.customers_default_address_id' in 'on clause'
in:
[select c.customers_id, c.customers_gender, c.customers_firstname, c.customers_lastname, c.customers_dob, c.customers_email_address, a.entry_company, a.entry_street_address, a.entry_suburb, a.entry_postcode, a.entry_city, a.entry_state, a.entry_zone_id, a.entry_country_id, c.customers_telephone, c.customers_fax, c.customers_newsletter, c.customers_default_address_id, c.customers_email_format, c.customers_group_pricing, c.customers_authorization, c.customers_referral, ac.field_name, ac.field_status from customers c, customers_additional ac left join address_book a on c.customers_default_address_id = a.address_book_id where a.customers_id = c.customers_id and c.customers_id = '11']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.