Knowledgebase: Dynamic Product Tabs
Why isn't my new tab using extra fields saving all of my data?
Posted by - NA - on 30 November 2010 01:31 PM
Extra Fields in X-Cart has a limit of 255 characters by default.

It is very easy to change this limit.

Head to your Patch/Upgrade page in your X-Cart Admin.

Scroll to the Apply Sql Patch Section and put the following into the SQL Queries box:

ALTER TABLE xcart_extra_field_values MODIFY value text NOT NULL;

Click Apply.

You now have a limit of 65535 characters instead of 255.



Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: