This thread is resolved. Here is a description of the problem and solution.
Problem:
After upgrading WPML and WooCommerce, the client cannot find the button for WooCommerce Multilingual & Multicurrency with WPML to translate new products.
Solution:
First, ensure that the WooCommerce Multilingual plugin is still active. If it is active, follow these steps:
1. Make a full backup of your site.
2. Add the following code to the functions.php file in your theme folder:
function wpmlsupp_1706_reset_wpml_capabilities() {<br /> if (function_exists('icl_enable_capabilities')) {<br /> icl_enable_capabilities();<br /> }<br />}<br />add_action('shutdown', 'wpmlsupp_1706_reset_wpml_capabilities');
3. Load any frontend page once.
4. Remove the code from the functions.php file and check if the WooCommerce Multilingual & Multicurrency button reappears in the backend.
If this solution does not resolve the issue or seems irrelevant due to updates or different circumstances, we recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 2 replies, has 0 voices.
Last updated by 2 weeks, 4 days ago.
Assisted by: Mihai Apetrei.