У этого пользователя нет любимых тем.
Любимые темы форума
Созданные темы форума
Статус |
Тема
|
Сторонник | Голоса | Посты | Свежесть |
---|---|---|---|---|---|
Cambio dati fatturazione
Started by: valterC in: Assistenza in italiano |
|
2 | 3 | 2 года, 9 месяцев назад | |
no webhook sent when woocommerce multilingual is used for translation
Started by: valterC
in: English Support
Problem: Solution: add_action('wp_insert_post', function($post_ID, $post, $update) { if ($update || !in_array($post->post_type, ['product', 'product_variation'])) { return; } $elem_details = apply_filters('wpml_element_language_details', null, [ 'element_id' => $post_ID, 'element_type' => $post->post_type ]); if ( (isset($elem_details->source_language_code) && !empty($elem_details->source_language_code)) || (defined('REST_REQUEST') && REST_REQUEST) // For ATE ) { $product = wc_get_product($post_ID); do_action('woocommerce_new_product', $post_ID, $product); } }, 10, 3); If this solution doesn't seem relevant to your situation, please don't hesitate to open a new support ticket with us. |
|
2 | 14 | 3 года, 7 месяцев назад | |
Webhook nuovo prodotto non parte se creato da woocommerce multilingual
Started by: valterC in: Assistenza in italiano |
|
2 | 2 | 3 года, 7 месяцев назад | |
Problema con simple xml
Started by: valterC in: Chat Support |
|
1 | 2 |
3 года, 9 месяцев назад
|
|
Filter products with category and language
Started by: valterC in: Chat Support |
|
1 | 2 |
3 года, 10 месяцев назад
|
|
WPML chat support ticket by valterC — 1630306737
Started by: valterC in: Chat Support |
|
1 | 1 |
3 года, 10 месяцев назад
|
|
Use same category ID for secondary languages
Started by: valterC in: Chat Support |
|
1 | 2 |
3 года, 10 месяцев назад
|
|
Duplicate gallery in products
Started by: valterC in: Chat Support |
|
1 | 2 |
3 года, 10 месяцев назад
|
|
Api request responds with default language product
Started by: valterC in: Chat Support |
|
1 | 2 |
3 года, 10 месяцев назад
|
|
i should retrieve translated products using API
Started by: valterC in: Chat Support |
|
1 | 2 |
3 года, 10 месяцев назад
|