I\'m trying to figure out where WooCommerce creates it\'s messages for when there is a success, error or notice in WooCommerce. I want to edit those messages to fit the scenario
I did it for error.php file. file path is woocommerce/templates/notices/error.php
error.php
woocommerce/templates/notices/error.php
Billing Email address is a required field.") { $message="Email address is a required field."; }?>