Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Read Only Max Length is 64?

Read Only Max Length is 64?

Locked

Views: 1,772

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Feb 2008, 5:55 PM
#1
kent avatar

kent

New Zenner

Join Date:
Jan 2008
Posts:
33
Plugin Contributions:
0

Read Only Max Length is 64?

Trying to set up an option that is read-only. It is more than 64 chars and I'm getting cut off at 64, i.e. it won't let me enter more than that. I've tried to alter the max length of the option and in fact it's showing size: 128, max: 128 now in the Option Name Manager, but when I go to Option Value Manager to edit the value it still stops at 64.

I could do it with two... but one big attribute is better than two little ones ;-)

Is this hardwired and if so how do I rewire it?

Thanx.

3 Dec 2009, 3:55 PM
#2
mrzhao avatar

mrzhao

New Zenner

Join Date:
Oct 2009
Posts:
2
Plugin Contributions:
0

Re: Read Only Max Length is 64?

I have got into the same trouble.....

5 Dec 2009, 4:47 AM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Read Only Max Length is 64?

Did you try to customize the table:
products_options

in phpMyAdmin and change the field:
products_options_comment

to 255 rather than 64 ...