Hi all,
Im using v2.14 and am stumped by an issue with Product Options.
The length of the Option Name is truncated to about 64 characters.
Id like to increase or remove this limitation.
Is this possible? If so which file needs a mod?
Ive spent hours looking for “truncate:” somewhere in an admin tpl file, but just cant find it.
Perhaps its a Database limitation?
Help greatly apreciated.
Solution: alter the value of “option_name” in the “product_option_descriptions” table .
ALTER TABLE cscart_product_option_descriptions CHANGE option_name option_name VARCHAR( 255 ) NOT NULL DEFAULT '';