By default woocommerce display all the required fields notices like above.
What i needed
I want to make it as single-line validation messages like
Please fill the details with has highlighted in Red border
I already achieved redborder through css with “woocommerce-invalidate” class. I just need a hook / filter to alter my group of message with single line.
for this you can use jQuery validation. You can call jquery valiation library And there will be you call jquery function.
like this
Now you can hide message and when you click submit button there will be one class add in same input box. message display none via css and take class that are added in input name error.
just do it is very simple.