Use WC Email Notification Names
-
In the customizer (Email Type and Text > Email Type) dropdown, the email types used here do not match what they are referred to in the WC_Settings/Email tab (admin.php?page=wc-settings&tab=email).
In my case, I overrode some of the Woocommerce Order Status names, and I was able to update this throughout the website. But I noticed in the plugin (https://plugins.trac.www.ads-software.com/browser/kadence-woocommerce-email-designer/trunk/includes/class-kadence-woomail-settings.php#L105) on line 105 that the statuses are static/supplied by the plugin.
Is there anyway to use WC_Email::get_title() or woocommerce_email_title to get the actual names?
(Even if you don’t override the order statuses, the naming used here doesn’t match WooCommerce, so it is confusing for clients).
- The topic ‘Use WC Email Notification Names’ is closed to new replies.