Acuitas Posted July 18, 2009 Share Posted July 18, 2009 PatricIn the Addresses phase of the purchase, one may add a note in the Notes field. If that note exceeds 600 characters, there is an error message that throws the customer out of the shopping cart and reads: Hack attempt (Message -> message length > 600). This is not good interface. The error message should be friendly, stay in the shop, and instruct the user what to do next to finish the purchase. I would be grateful if you could tell me how to set that 600 to 3000 for now, then perhaps this rude event will never happen to my customers and I won't have to worry about it.Thank you very much. Link to comment Share on other sites More sharing options...
glosticks Posted July 19, 2009 Share Posted July 19, 2009 I thought the field size for the note was 1600 not 600, but its set in classes->message.php,You will also have to check that the mysql database field is to allow for these extra input characters, I would imageine its set as text so it should be okay Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now