Hi, I'm using OC 1.5.1.3 there seems to be a character limit set in the Information section where I want to paste my Terms & Conditions. When I paste my terms & conditions only half of the information is saved. Does anyone know how to increase this limit?
Thanks in advance.
Thanks in advance.
The description field for information pages is a "text" field, which allows for something like 32,768 characters (you can't increase this). The only validation done is to check that there is a minimum of 3 characters.
You shouldn't be having any issues with the length of your Terms & Conditions, unless you're trying to paste into the wrong field.
You shouldn't be having any issues with the length of your Terms & Conditions, unless you're trying to paste into the wrong field.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Code: Select all
ALTER TABLE `information_description` CHANGE `description` `description` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL
Last edited by rph on Sat Apr 14, 2012 3:52 am, edited 1 time in total.
-Ryan
I cannot believe after all these years this is still an issue with Opencart.
I have been sitting here for a good amount of time trying to work out why the Description field was truncating my data. So frustrating.
Thanks Ryan this fixed my problem.
Perhaps the Opencart team can get their act together enough to update this issue.
cheers
I have been sitting here for a good amount of time trying to work out why the Description field was truncating my data. So frustrating.
Thanks Ryan this fixed my problem.
Perhaps the Opencart team can get their act together enough to update this issue.
cheers
Works still great with opencart 2.3.0.2
Code: Select all
ALTER TABLE `oc_information_description` CHANGE `description` `description` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL
Who is online
Users browsing this forum: No registered users and 107 guests