Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 01-16-2012 15:40:00

JDLS88
Member
From: Maryland, USA
Registered: 07-06-2011
Posts: 102
Website

Extending char limit on custom checkout form field

I need to increase the character limit on a custom checkout form field. I found a similar question in the CCP6 board and the solution was to change entry in the database from varchar type to text. Is that still a viable solution here, or is the cutoff caused by something in the CCP software? If it can be done via the database, what's the table I need to modify?


Jeremy D.

Offline

 

#2 01-17-2012 20:02:59

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: Extending char limit on custom checkout form field

ALTER TABLE `ecom_orders` CHANGE `customone` `customone` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL



-James Garrett

Offline

 

#3 01-18-2012 11:23:55

JDLS88
Member
From: Maryland, USA
Registered: 07-06-2011
Posts: 102
Website

Re: Extending char limit on custom checkout form field

Thanks!


Jeremy D.

Offline

 

Board footer