Issue causing WooCommerce to use wrong language
-
Hi,
We have an issue with your plugin. Case:
– WordPress with a different language for site settings and a profile setting. I.e. the site is “German” and the profile setting for the user is “Dutch”.
When using the WordPress dashboard, everything is Dutch as it suppose to be. Except for WooCommerce, it’s using the site setting in stead and not the setting from the user profile.
Commenting out the rule;
self::$valid_woocommerce = self::check_woocommerce();
In class-ss-wc-mailchimp-compatibility.php L:47
Fixes the issue.
Tested on a clean install with WooCommerce and WooCommerce Mailchimp and the TwentySeventeen theme. See screenshot: green is correct dutch, the red is french (site setting) which should be dutch too.
- The topic ‘Issue causing WooCommerce to use wrong language’ is closed to new replies.