Reply 323735 to: Critical error when sending WooCommerce emails after theme update

Avatar: Olga Barlow
Olga Barlow
Support staff
May 12, 2022 at 16:07

Hello,

Edit et-core-plugin/packages/woocommerce-email-template-customizer/includes/email-render.php file and find

public function remove_wc_style() {
		__return_empty_string();
	}

replace by

public function remove_wc_style() {
		return '';
	}

Try after that.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.