I had my woocommerce website hosted on a domain, after hosting it on my xampp local server it shows this error:
Fatal error: Uncaught WC_Data_Exception: Invalid billing email address
I had my woocommerce website hosted on a domain, after hosting it on my xampp local server it shows this error:
Fatal error: Uncaught WC_Data_Exception: Invalid billing email address
2
Answers
I resolved it by changing woocommerce from email and admin email.
After googling for hours these processes worked. This type of error is coming usually when you run the backup on the local server using plugin like All In One Migration Tool
wp_options
(your prefix might be different)admin_email
to a real emailSetting > General Setting > Administration Email Address
(Now the Administration Email Address is what you put in the database)User > Edit Admin
if the email box is not updated automatically change the email here also.