Hey guys, when I update prices through my third party tool (JTL-Connector) its not changing the price for the second language.
I need to update the product in Woocommerce manually for it to update.
Is there any way to automatically update all products once per day for example?
In the standard WordPress product updating process, translations are typically updated automatically.
However, in your specific case, it appears that the current issue may not be directly related to WPML itself but to the JTL-Connector plugin and it might require some additional custom compatibility work to fix it.
It would be best to contact the plugin author to check further and invite them to join our join our GoGlobal program. We would be glad to help and collaborate in anyway we can to help achieve compatibility.
What I can help with, is sharing that WPML triggers sync on save post/update post WP hooks, so if that hook is triggered data will probably be synced correctly.
To deal with this issue would require custom coding, unfortunately, this falls outside the scope of support provided by WPML, so the best would be to hire a contractor.
Sorry for the delay in the reply due to the weekend time.
WPML hooks into the standard WordPress save_post and edit_post actions to trigger synchronization when a post/product is saved or updated. This ensures that translations are kept in sync when you update the content of a post.