ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
| الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
|---|---|---|---|---|---|
|
Search-replace domain names on DEV to PRO deployment
بدأه: javierR-7 في: Chat Support |
|
1 | 2 | قبل أسبوعين، يومين | |
|
In Elementor, translate dinamyc links: product category, product brand, internal page
بدأه: javierR-7 في: Chat Support |
|
1 | 4 | قبل 3 أسابيع | |
|
Select the right option between PTC or DeepL
بدأه: javierR-7 في: Chat Support |
|
1 | 2 | قبل 4 أسابيع | |
|
Use WPML only for dynamic contents
بدأه: javierR-7 في: Chat Support |
|
1 | 2 | قبل 1 شهر، 3 أسابيع | |
|
Unexpected 301 redirection from product category to media file
بدأه: javierR-7 في: Chat Support |
|
1 | 2 | قبل 1 شهر، 3 أسابيع | |
|
Translation required after import translated contents
بدأه: javierR-7 في: Chat Support |
|
0 | 2 | قبل شهرين، 3 أسابيع | |
|
Re-sync prices between products
بدأه: javierR-7 في: Chat Support |
|
0 | 2 | قبل 3 أشهر | |
|
Re-sync product attributes between default and alternative language
بدأه: javierR-7 في: Chat Support |
|
0 | 4 | قبل 3 أشهر | |
|
Traducción no detectada en variantes actualizadas por API
بدأه: javierR-7
في: Soporte en español
Problema: Si esta solución no resuelve tu problema o si la información proporcionada se ha vuelto obsoleta, te recomendamos abrir un nuevo ticket de soporte. También te sugerimos revisar los problemas conocidos y verificar que tienes instaladas las últimas versiones de los temas y plugins. |
|
0 | 11 | قبل 3 أشهر، 1 أسبوع | |
|
Sincronizar campo publicado entre productos de diferentes idiomas
بدأه: javierR-7 في: Chat Support |
|
0 | 2 | قبل 3 أشهر، 1 أسبوع | |
|
Error translated product variations differ from the original
بدأه: javierR-7 في: English Support |
|
0 | 2 | قبل 3 أشهر، 1 أسبوع | |
|
Migración Woocommerce
بدأه: javierR-7 في: Chat Support |
|
0 | 2 | قبل 3 أشهر، 3 أسابيع | |
|
Migración woocommerce
بدأه: javierR-7 في: Chat Support |
|
0 | 3 | قبل 3 أشهر، 3 أسابيع | |
|
Sin acceso al panel de traducciones
1
2
3
بدأه: javierR-7
في: Soporte en español
Problem: wp-config.php : /* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');3. Confirmar que el código esté ubicado correctamente justo encima de la línea: /* That's all, stop editing! Happy blogging. */ max_input_vars si es necesario. Si la solución proporcionada no resuelve el problema o parece irrelevante debido a actualizaciones o diferencias en el caso, recomendamos abrir un nuevo ticket de soporte. También es altamente recomendable revisar los problemas conocidos y confirmar que tienes instaladas las últimas versiones de los temas y plugins. Para asistencia adicional, puedes visitar nuestro foro de soporte. |
|
0 | 37 | قبل 4 أشهر، أسبوعين | |
|
I get wrong variant_id from order json (APIRest)
1
2
بدأه: javierR-7
في: English Support
Problem: prepare method in the file: wp-content/plugins/woocommerce-multilingual/classes/Rest/Wrapper/Orders/Languages.php. Replace the existing method with the following code: public function prepare( $response, $object, $request ) {
$language = get_query_var( 'lang' ) ?: $request->get_param( 'lang' );
$orderLanguage = \WCML_Orders::getLanguage( $this->get_id( $object ) );
if ( $orderLanguage !== $language ) {
$lineItems = Obj::propOr( [], 'line_items', $response->data );
foreach ( $lineItems as $k => $item ) {
$translatedProductId = wpml_object_id_filter( $item['product_id'], 'product', false, $language );
$translatedVariationId = ( $item['variation_id'] == 0 ) ? 0 : wpml_object_id_filter( $item['variation_id'], 'product_variation', false, $language );
if ( $translatedProductId ) {
$response->data['line_items'][ $k ]['product_id'] = $translatedProductId;
$translatedProduct = get_post( $translatedProductId );
$postName = $translatedProduct->post_title;
if ( $translatedVariationId ) {
$response->data['line_items'][ $k ]['variation_id'] = $translatedVariationId;
$translatedVariation = get_post( $translatedVariationId );
$postName = $translatedVariation->post_title;
}
$response->data['line_items'][ $k ]['name'] = $postName;
}
}
}
return $response;
}This workaround ensures that the API response reflects the default language, not the language in which the order was made. If this solution does not resolve your issue or seems outdated, 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 the problem persists, please open a new support ticket at WPML support forum. |
|
0 | 23 | قبل 9 أشهر، 1 أسبوع |