Quantcast
Viewing all articles
Browse latest Browse all 95934

sigunasknarr on "[Theme: Virtue] Woocommerce Emails 'WC_Email_Customer_Invoice' not found"

In Woocommerce v.2.0.20 Settings, when I click the Emails tab, I get the following error:

Fatal error: Class 'WC_Email_Customer_Invoice' not found in /home/a1572415/public_html/wp-content/plugins/woocommerce/classes/class-wc-emails.php on line 60

My line 60 says:

'$this->emails['WC_Email_Customer_Invoice'] = new WC_Email_Customer_Invoice();'

On line 50, another reference to 'WC_Email_Customer_Invoice' is:

'include_once( 'emails/class-wc-email-customer-invoice.php' );'

I know very little about coding. I found where Woocommerce docs says this is a Class Hook, and that it is an issue with the theme. But there must be some code I can add somewhere. Can anyone give me an idea where and how I can fix this?


Viewing all articles
Browse latest Browse all 95934

Trending Articles