I'd like to describe this a bit further as I have received no replys:
Apparently the Attribute Name value has a character limit of approx. 64 characters.
The Option value has a character limit of approx. 42 characters.
What I am trying to do is set an attribute option of let's say "Additional Rail" ok, this works fine because is is below the 42 character limit.
Now when I set the name value to let's say "over 16' including 8' rail, rack, connecting plates and 3 additional brackets" it exceeds the character limit of 64 for name value and ends up displaying "over 16' including 8' rail, rack, connecting plates and 3 additi"
Basically I have products with options. I'm using the "Option value" to label the option and the "Name value" to describe the option.
This is why I would like to be able to extend the character values for both fields. Is this possible within mySQL?
Or is there a better way to approach this?
Thanks!