- Status
- Resolved
- Reported for
- WPML Multilingual & Multicurrency for WooCommerce 4.3.7
- Resolved in
- 4.4.0
Overview of the issue
We have found out that the “Order completed” e-mail that WooCommerce sends, is affected by one of our latest patches, and it is always sent in the default site language.
Our developers are working on resolving this issue.
Workaround
As a temporary workaround until this has been properly patched, you can edit the class-wcml-emails.php file in the ../woocommerce-multilingual/inc/ directory and around the line 366 you should comment-out or remove the following rows:
if ( isset( $_POST['post_type'] ) && 'shop_order' === $_POST['post_type'] ) {
return;
}