Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

Problem:
The client is experiencing issues integrating WPML with a custom funnel plugin (Vamos Funnel) for a multilingual WooCommerce site. The main problems include incorrect loading of translated product data, increased loading times, and mismatched translation strings across different languages.

Solution:
1. Ensure the custom plugin follows WordPress coding standards and uses WPML-compatible hooks and APIs. Review the guide on Achieving WPML Compatibility for Your Themes and Plugins for detailed instructions.
2. Increase the WordPress memory limit to at least 256MB by adding the following code to wp-config.php:

/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');

3. Consider re-architecting the funnel or using a different plugin that has built-in WPML support if integration issues persist.
4. Test the integration on a staging site with minimal setup to isolate issues.
5. If necessary, pivot to a simpler multilingual strategy or a different funnel plugin that is known to work well with WPML.

If these steps do not resolve the issues or if the solution seems outdated or irrelevant 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 further assistance is needed, please open a new support ticket at WPML 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.

Tagged: 

This topic contains 16 replies, has 1 voice.

Last updated by Carlos Rojas 3 months, 1 week ago.

Assisted by: Carlos Rojas.

Author Posts
November 26, 2025 at 6:33 am #17610200

ingridS

Hi Carlos,
Could you please confirm if there is any official guide for integrating WPML with WooCommerce? I’m specifically looking for documentation that covers category and product translations, as these areas seem to be missing or unclear. These are the only parts where I’m facing issues, but i am asking only in terms of integration not translation.

November 26, 2025 at 9:54 am #17610805

Carlos Rojas
WPML Supporter since 03/2017

Languages: English (English ) Spanish (Español )

Timezone: Europe/Madrid (GMT+01:00)

Hi there,

Besides the WordPress good practices, the only additional information are the WPML and WCML hooks that you can find in these pages:
- https://wpml.org/documentation/support/wpml-coding-api/wpml-hooks-reference/
- https://wpml.org/documentation/related-projects/woocommerce-multilingual/wcml-hooks-reference/