chenh Posted April 13, 2013 Share Posted April 13, 2013 Hi, I have a problem with the client registration in my website. Clients can register, but when adding their adress there is ia word limit in the adress line? When my clients want to add adress, they are presented with a problem. It saids that their adress 1 is too long. It´s saids max 128. Why is there a limit for an adress? Can I change it? Thank you! Link to comment Share on other sites More sharing options...
PascalVG Posted April 13, 2013 Share Posted April 13, 2013 Yep, Address1 and address2 are hardcoded limited to 128 (see database, table ps_address, address1/2 fields are varchar(128). You might try to change it to higher numbers, but I have no Idea if other pages, variables etc will complain or die. Make sure you make a backup of your database before editing! Make sure you make a backup of your database before editing! Make sure you make a backup of your database before editing! My 2 cents, Pascal Link to comment Share on other sites More sharing options...
Recommended Posts