Price Text field length limitation

  • Michael Corleone
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 10 months ago - 4 years 10 months ago #125989 by Michael Corleone
Price Text field length limitation was created by Michael Corleone
In our web page we would like to add longer texts to "Price Text" on event page. It turned out there is limitation in length of this field? At least after trying to input longer text, it stopped and I can not input more text. It seems limitation is 255 characters - probably connected to type of variable used for this field? Is there easy solution?

Thank you in advance!
Last edit: 4 years 10 months ago by Michael Corleone.

Please Log in or Create an account to join the conversation.

More
4 years 10 months ago #126005 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Price Text field length limitation
Hello

You can change the data type of the price_text field in #__eb_events table

At the moment, it's varchar(255). You change the length to meet your own need (For example, varchar(400) if needed)

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc