News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Custom field input cut

Started by aqr996, June 09, 2016, 16:47:17 PM

Previous topic - Next topic

aqr996

Hi,
I am trying to use a editor/textarea to display some stuff from a custom field. This is a large amount of text, however it is cut off when saved. I have looked everywhere to find a way to increase the size, but can't figure this out.
How can this limit be removed or the size increased?

aqr996

The amount of text im trying to add is 4000+characters

Studio 42

Hi,
If this is to long, why not using 2 or more fields?
The size is low for performance reason.
If you have to add a big text, then you can use the product description.
If you really need it, or you have to hack the table size in mysql, or use a plugin and another external table( this is certainly the best solution, if you don't have to search in this text)
So the 4 solutions ares.
>use product desc
>split the text in multiple fields
>modify the size(this can  be reset after Virtuemart update, so always backup before update)
>Use/write/buy a pluging to break any limits.

aqr996

Thanks for your reply. I completely forgot about product desc and focused fully on custom fields. Ended up using product desc.