Page 1 of 1

Company name 40 character limit

Posted: Tue Sep 22, 2015 6:18 pm
by J.G
Hi,

How to change back-end orders, company name 40 character limit?

Re: Company name 40 character limit

Posted: Tue Sep 29, 2015 4:15 pm
by J.G
Any idea? :-\

Re: Company name 40 character limit

Posted: Tue Sep 29, 2015 4:54 pm
by k2tec
Go to your phpmyadmin in your hosting controle panel.
Go to your database open the table address-> tab structure and change

Code: Select all

company	varchar(40)
in

Code: Select all

company	varchar(128)

Re: Company name 40 character limit

Posted: Tue Sep 29, 2015 5:19 pm
by J.G
Thanks for the idea

I did it but it does not change anything...

Re: Company name 40 character limit

Posted: Tue Sep 29, 2015 5:35 pm
by J.G
I found it... table order-> tab structure and change payment_company

Re: Company name 40 character limit

Posted: Tue Sep 29, 2015 5:42 pm
by k2tec
I maded a test here no problem oc 2.0.3.1
length

Code: Select all

rtghyujkiloploikjuyhgtrfdewedg4567890dfghjtyuioplk
Ok Now I see you also have to change this in your order tabel

Code: Select all

payment_company
and

Code: Select all

shipping_company

Re: Company name 40 character limit

Posted: Tue Sep 29, 2015 5:49 pm
by J.G
Yes exactly it needs to be changed payment_company and shipping_company. I also use oc 2.0.3.1

Anyway the problem is solved!

Thanks k2tec for the advice where to look.