Open
Reported for: WooCommerce Multilingual & Multicurrency 5.1.2
Overview of the issue
When you use the Auto-generate from title slug option (WPML → Settings → Translated documents page) with WooCommerce products, the slug still will be available for translation in the Advanced Translation Editor.
Workaround
Please be sure to make a full backup of your site before proceeding.
- Open wp-content/plugins/woocommerce-multilingual/inc/class-wcml-tp-support.php file.
- Look for line 51.
- Comment this line:
// add_filter( 'wpml_tm_translation_job_data', array( $this, 'append_slug_to_translation_package' ), 10, 2 );