Customer Registration Form, Company name Field
My question is: can I set the Company name field in new user registration form to max value to: for example 200 signs
In my area (Europe) company name could be very long, for example:
"Przedsiębiostwo Handlowo Usługowe Import-Export Janusz Kowalski"
Now, I can only type 32 signs in that company name field, it's not enough.
I didnt foud that in Admin-Configuration-Max Values
Maybe I can deal with that problem by editing some files?
Thank you and sorry for my english;]
ArekM
Re: Customer Registration Form, Company name Field
You would want to set all references to the company name fields as larger than 32 via phpMyAdmin ...
Table: address_book
field: entry_company
Table: orders
fields:
customers_company
delivery_company
billing_company
and any other tables that might reference the company name so it does not get truncated ...