Page 1 of 1

Character limits - shipping display - the same in admin, order history...

Posted: Tue Oct 10, 2017 11:29 pm
by Milki
There is a character limit for both shipping and payment display in:
- admin order info display
- on invoices and shipping lists
- in order history in accounts
- in confirmation emails we get from the store

How to change it? I have long names for shipping and payment methods.

Re: Character limits - shipping display - the same in admin, order history...

Posted: Wed Oct 11, 2017 1:22 am
by bumcarks
In script there is no limitation of payment method/shipping method name. it is limitation in order table. Please go to phpmyadmin and check structure of order table.

Re: Character limits - shipping display - the same in admin, order history...

Posted: Wed Oct 11, 2017 3:22 am
by Milki
I cannot find this in a database. What to change and which table?

Re: Character limits - shipping display - the same in admin, order history...

Posted: Wed Oct 11, 2017 3:37 am
by kestas
Milki wrote:
Wed Oct 11, 2017 3:22 am
I cannot find this in a database. What to change and which table?
Limitation in DB you should change Length/Values for example if Length/Values 64... change to value- for example 128..

Re: Character limits - shipping display - the same in admin, order history...

Posted: Wed Oct 11, 2017 4:08 am
by IP_CAM
The given Value can be seen in the Settings, the varchar value is set to 32 Characters only,
at least in v.1.5.6.x :D But I am not a DB Pro, so, it could be another value... :-\
Ernie
Image