Jump to content

Textarea vs Text field in product customization


Recommended Posts

Hi there everyone.

I have a handmade wedding invitations site and the product customization option is the best for me. There is just the problem that there is a textfield (for small phrases) and i need a text area (for wedding invation texts). I think that the textfield is limited to maximum 250-300 characters. I need to bring up that limit to 1000 characters .
Can anyone help me with this
-textarea instead of text field
-limit at 1000 characters.
Thanks very much.
Maybe that there are more people with the same problem.
P.S. Images in attach.

3674_IDpgEajsyLUxOEqL2MzX_t

3675_9hjN3JQkgqClHvTCBi1U_t

Link to comment
Share on other sites

  • 6 months later...

version 1.2.0.8
themes/xxx/product.tpl
line 426

if you are familiar with html, and the code, you can change input to textarea,
but it looks like the database field behind is a varchar(255), so that is how many characters you can store.
without making changes to the database
/P

Link to comment
Share on other sites

×
×
  • Create New...