Skip Navigation

Schlagwörter: 

This topic contains 0 Antworten, has 1 Teilnehmer.

Last updated by marjoleins vor 9 Monate, 3 Wochen.

Assisted by: Bruno Kos.

Autor Beiträge
Juni 7, 2023 um 10:51 am #13784675

marjoleins

We have 3 languages on our webshop, Dutch (default), English and a new language german. To create all the german products I duplicated all products from English to German using translation management. Now all German products are synced with English products. Is there a way to "bulk" disable this syncing? We want to start translating the content of these German products and it would be great if the syncing with English can be removed in bulk.

a possible code:

DELETE FROM wp_postmeta
WHERE meta_key = '_icl_lang_duplicate_of'
AND post_id IN (SELECT ID FROM wp_posts WHERE post_type = 'product');

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.