I would like to do a similar thing, how can we add a custom message?
If you search for the string in the main PHP file “You can add a maximum of” you will see 3 places to edit 1 error message.
I’m also trying to find the “Please select a value that is no more than…” message on a single product page and would like to customize that, but can’t find that text. If anyone know, looking for help please.
There are 2 types of error messages. Here is an example of how to customize both of them.
Note: you have to update the plugin to the latest version (1.5, just released) to have the ability to customize some of the error messages.
That worked great! Thank you so much. I experimented with the plugin error message and was able to add a URL link. When I try that on the browser code, it works with no link/url, but when I put in the html there it just ignores it and goes to default browser validation. Could a link go there too?