We have an ajaxcart orderform. We also have some custom field in the product which is validated by a validation string. The language tag which is called for this is $_LANG['customfieldvalidationerror']
For example, the current error message for a custom field with the name "Age" is "Age Value is not valid" however we want to change that to "Please enter a valid Age".
Thus we need to change the pattern the customfieldvalidationerror is shown. Which tpl file is calling this message that we can alter? Or perhaps it needs to be changed somewhere else.
We already changed the $_LANG['customfieldvalidationerror'] however the pattern shows the name of the custom_field first. For example the message is shown right now is "Age Please enter a valid".
For example, the current error message for a custom field with the name "Age" is "Age Value is not valid" however we want to change that to "Please enter a valid Age".
Thus we need to change the pattern the customfieldvalidationerror is shown. Which tpl file is calling this message that we can alter? Or perhaps it needs to be changed somewhere else.
We already changed the $_LANG['customfieldvalidationerror'] however the pattern shows the name of the custom_field first. For example the message is shown right now is "Age Please enter a valid".