- Status
- Waiting for author
- Topic tags
- Compatibility
Overview of the issue
There’s an issue with the Decorator – WooCommerce Email Customizer plugin where the email body text does not display the translated version when order statuses are changed to Completed.
Workaround
Please, make sure of having a full site backup of your site before proceeding.
- Open your theme’s functions.php file..
- Add the following code:
// workaround compsupp-7385 do_action( 'wpml_st_force_translate_admin_options', [ 'rp_decorator_customer_completed_order_body' ] );