WPML
Status
Resolved
Reported for
WPML Multilingual & Multicurrency for WooCommerce 5.1.2
Resolved in
5.3.0
Related plugin/theme
WooCommerce
Topic tags
Bug

Overview of the issue

When you use the Auto-generate from title slug option (WPMLSettings → Translated documents page), slugs should be automatically generated from the title. However, with WooCommerce products the slug is still available for translation in the Advanced Translation Editor even if they were not supposed to be there.

Workaround

Until we release the fix for this issue in one of the upcoming updates, you can use the following workaround.

Please be sure to make a full backup of your site before proceeding.


  1. Open the class-wcml-tp-support.php file found in the ../wp-content/plugins/woocommerce-multilingual/inc/ folder.

  2. Look for line 51.

  3. Comment out the following line:
//		add_filter( 'wpml_tm_translation_job_data', array( $this, 'append_slug_to_translation_package' ), 10, 2 );

All known issues →