Hi codesnipper,
Could you please send the screenshots of the WC emails editor page (of the created ordered status) and the email itself (how it looks in the inbox) and also please list the plugins (if you are using any) that are related to WooCommerce.
You can send the screenshots to [email protected].
In
public function sanitize_email_template
I changed
remove_action(‘woocommerce_email_header’, array($class, ’email_header’));
to this
remove_action(‘woocommerce_email_header’, array($class, ‘woocommerce_email_header’));
And now it works – but:
My theme uses plugin “WooCommerce Email Template Customizer” – and I have option to customize this email with plugin, but this customized email is not sended – only default woocommerce email.
But it’s on theme creator side, so, I will write to him.
Hi,
so if it’s on the theme creator side, we will mark this issue as resolved. Let us know if any other problems occur.