Problem: If you add store credits with Smart Coupons, they are not detracted from the checkout
Solution: we (WPML team) found that to make smart coupons working 100% with our plugin would require big changes in WooCommerce Multilingual plugin (it is our plugin) and for the time being we cannot dedicate time to do this or even triage it to know if this is doable without breaking compatibility with other plugins. Therefore we (again, WPML team, not Smart Coupons team) decided to not continue. Therefore, we can't offer a solution for the issue.
Problem: Woocommerce Google Product Feed plugin is compatible with WPML but only seems to offers one language (I have 3 languages). I would like one feed per language: EN, FR and DE. How do I do this?
Problem:
It is currently not possible to translate the Ocean WP Footer Template created inside of the Theme Library.
Solution:
Our compatibility team provided a fix that will need to be implied by the theme author into their theme:
Set the custom field ocean_custom_footer_template to copy-once and update the page and its translation.
Go to plugins/ocean-extra/includes/metabox/metabox.php
Find
This code was inserted into the WPML >> Settings >> Custom XML Configuration section. Afterward, the string became available for translation, and we added a translation via WPML >> String Translation.
Solution:If you go to wp-content/plugins/woocommerce-bookings/templates/single-product/add-to-cart/booking.php Line 39, you will see the string which is currently not wrapped in a getText call resulting in it to not be picked up by String Translation.
I have now wrapped the string within the WC Bookings plugin with a GetText call() which allows you to translated it through String Translation. You can find it under the domain "wc-bookings"
Solution: Please make sure you delete all the translated pages, posts, media and taxonomies before you delete WPML and then go to WPML > Support > Troubleshooting > Reset WPML.
If your site is set to 'A different domain per language' Language URL format, then this code example will not sync the cart's content when you switch the language. But only by adding a class (wpml-ls-item) the element that holds the language's link, the issue is solved. This is the corrected code example.
Problem:
Syntax error, unexpected "&" and/or unxexpected "if" when using WPML with Elementor PRO.
Solution:
A workaround was provided and the issue solved in upcoming WPML update:
Set post/page/CPT (whichever has the problem) to translatable only
OR
Call the menu in template file or widget do not use page builder
OR
Add this code to functinos.php