pergame Posted January 6, 2009 Share Posted January 6, 2009 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. Link to comment Share on other sites More sharing options...
PL Posted August 4, 2009 Share Posted August 4, 2009 version 1.2.0.8themes/xxx/product.tplline 426if 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 More sharing options...
Recommended Posts