woocommerce fail to replace template string in email title [closed]
The email template variables can only be used in the body of the emails. If you want to change the email titles/subject lines then you would need to use a the corresponding filter and add some custom code to a child themes functions.php file or via a custom plugin. The WooCommerce documentation has a snippet … Read more