This thread is resolved. Here is a description of the problem and solution.
Problem:
The client was experiencing an issue with incorrect links on their multilingual WooCommerce site, where the expected product URL was redirecting to a different category URL.
Solution:
We recommended the client to:
1. Navigate to WPML-> Support-> Troubleshooting.
2. Run the troubleshooting functions one by one.
3. Go to WooCommerce Multilingual-> Attribute tab.
4. Select the size attribute and click on the Synchronize button.
5. If the issue persists, go to WooCommerce Multilingual-> Status tab and select Troubleshooting.
6. Select all options except the last one and click on the Start button.
7. Clear the site's cache.
Additionally, we noticed that the WordPress memory limit was lower than the minimum requirements for WPML. We advised the client to increase the memory limit by adding the following code to the top of their wp-config.php file:
/** Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');<br />define('WP_MAX_MEMORY_LIMIT', '256M');
If the solution provided is not relevant due to being outdated or not applicable to your 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 do not hesitate to open a new support ticket at our support forum.
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 1 reply, has 2 voices.
Last updated by 3 years, 2 months ago.
Assisted by: Osama Mersal.