Jump to content

How to add new fields to customer address section


Recommended Posts

I want to add several new fields by copy functionality from address section

I have

1. Add new section in authentication.tpl starting with and end with
2. In folder classes in address.php declare all new fields as public
3. In folder classes in adress.php added fields to $fieldsSize = array
4. In folder classes in adress.php added fields to $fieldsValidate
3. In folder classes in address.php added each new fields into getfields function
4. And, off course added these fields into table address

I am able to see my new input fields and key in my values, but I don't get values into my table fields.

I will appreciate any comment on HOW to save values into address table

Kind Regards
Tom :roll:

Link to comment
Share on other sites

  • 9 months later...
I want to add several new fields by copy functionality from address section

I have

1. Add new section in authentication.tpl starting with and end with
2. In folder classes in address.php declare all new fields as public
3. In folder classes in adress.php added fields to $fieldsSize = array
4. In folder classes in adress.php added fields to $fieldsValidate
3. In folder classes in address.php added each new fields into getfields function
4. And, off course added these fields into table address

I am able to see my new input fields and key in my values, but I don't get values into my table fields.

I will appreciate any comment on HOW to save values into address table

Kind Regards
Tom :roll:


Hello Tom!

Im currently facing the same problem.
did you or someone managed to solve the problem of saving the field values?

regards
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...