Option Name Length

Hi, The length of the Name of a Product Option is limited to 64 characters.

Can anyone tell me where i can change this value to something like 256?

Help appreciated.

In the DB, change the option_name column in cscart_product_options_descriptions

I do not know if that is enforced in the html/css (doubt it but could be).

Hi, The length of the Name of a Product Option is limited to 64 characters.

Can anyone tell me where i can change this value to something like 256?

Help appreciated.

Just execute the following SQL query:

ALTER TABLE `cscart_product_options_descriptions` CHANGE `option_name` `option_name` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';

It should help, but the long option names will look like this: http://prntscr.com/f5fdlz

Thank's to you both. That's fixed it. I dont really need 255 characters, 80 would do.

Actually, Ive never been a fan of the default options layout.
Ive made a custom my_changes/.../product_options.tpl file and made some custom CSS.

Now looks like this:http://oi64.tinypic.com/25i4u1c.jpg

The absence of Options Layout templates in cscart leaves me dumb founded...

More css to do yet, to fix the std quickview layout.. but good enough for now.

Just my curiosity remoteone did you create new product template?

No, But thats what I actually wanted to do, but dont have time to figure it out

I just added custom css, which will effect the default template.

I believe the product_options.tpl file is common to all templates, so changes will affect all product templates.

I wonder if any 3rd party addon dev's have any other Product Templates available?

No, But thats what I actually wanted to do, but dont have time to figure it out

I just added custom css, which will effect the default template.

I believe the product_options.tpl file is common to all templates, so changes will affect all product templates.

I wonder if any 3rd party addon dev's have any other Product Templates available?

What this template should look like?

No, But thats what I actually wanted to do, but dont have time to figure it out

I just added custom css, which will effect the default template.

I believe the product_options.tpl file is common to all templates, so changes will affect all product templates.

I wonder if any 3rd party addon dev's have any other Product Templates available?

No but eCom Labs made us a great new product template, may want to check the template made by them on our site: http://pasioonline.com/collagen-optimizer-180-tablets-fish-collagen-type-1-complex-jarrow-formulas/

I can a select this template individually or store wide