Problem: You are experiencing an issue where email notifications are not being sent when using 'Bulk Actions' on the order page due to a conflict between the WPML string plugin and your order plugin. This conflict arises because both plugins use the
woocommerce_order_status_changed
hook, and the WPML-related code switches the locale to English, interrupting the email sending process. Solution: We recommend adding the following code snippet to your theme's functions.php file after ensuring you have a full backup:
This code removes the WCML action that changes the locale when the other plugin calls
restore_previous_locale()
. With this adjustment, the process should complete correctly, and your emails will be sent as expected.
Please note that this solution might become irrelevant due to updates or may not apply to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket.
Problem: In einem WooCommerce-Shop mit den Sprachen Deutsch und Englisch werden die Lieferzeiten der Produkte nicht auf die englischen Versionen synchronisiert. Stattdessen wird 'out of stock' angezeigt. Zusätzlich tritt ein Fehler auf: 'Ungültige oder doppelte Artikelnummer'. Solution: Wenn Sie ähnliche Probleme erleben, überprüfen Sie bitte, ob das Plugin 'WPML Multilingual & Multicurrency for WooCommerce' aktiv ist. Dieses Plugin ist entscheidend für die Synchronisation der Produktinformationen zwischen verschiedenen Sprachversionen. Sie können den Status des Plugins unter 'WooCommerce > WooCommerce Multilingual & Multi-Currency für WooCommerce > Status' einsehen. Sollten dort Probleme angezeigt werden, empfehlen wir Ihnen, einen Screenshot zu machen und uns zur weiteren Analyse zu senden.
Bitte beachten Sie, dass diese Lösung möglicherweise veraltet oder nicht auf Ihr spezifisches Problem anwendbar ist. Wir empfehlen Ihnen, die bekannten Probleme zu überprüfen, die Version der dauerhaften Lösung zu verifizieren und zu bestätigen, dass Sie die neuesten Versionen der Themes und Plugins installiert haben. Sollten weiterhin Probleme bestehen, zögern Sie nicht, ein neues Support-Ticket zu eröffnen. Besuchen Sie dazu unser Support-Forum.