此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
状态 |
主题
|
支持人员 | 参与者 | 帖子 | 最新活动 |
---|---|---|---|---|---|
Woocommerce orders translate OR not?
发起人:Andrea Notari
在:Assistenza in italiano
Problem: If this solution does not resolve your issue or seems outdated, or if it does not apply to your case, please open a new support ticket. 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. For further assistance, you can also visit our support forum at https://wpml.org/forums/forum/english-support/. |
|
0 | 4 | 1 months, 3 weeks前 | |
[URGENT] Translate custom emails of Woocommerce Order Status |
|
0 | 8 | 1 months, 3 weeks前 | |
Translate Pay Later Product page text
发起人:Andrea Notari
在:Assistenza in italiano
Problem: Please note that this solution might be irrelevant if it's outdated or not applicable to your case. 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 this does not resolve your issue, please open a new support ticket at WPML support forum. |
|
0 | 2 | 2 months前 | |
Translate Return to the shop snippet
发起人:Andrea Notari
在:Assistenza in italiano
Problem: wpml_current_language hook to detect the current language and then set the URL accordingly. Here is an example of how you can implement this: function wc_empty_cart_redirect_url() {<br /> if(ICL_LANGUAGE_CODE == 'en') {<br /> return 'custom-url-EN';<br /> } elseif(ICL_LANGUAGE_CODE == 'fr') {<br /> return 'custom-url-FR';<br /> } else {<br /> return 'custom-url-DE';<br /> }<br />}<br />add_filter('woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url'); For more details, check the documentation on wpml_current_language and wpml_object_id. If this solution does not apply to your case, or if it 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 you still need assistance, please open a new support ticket. |
|
0 | 9 | 2 months, 1 weeks前 | |
Woocommerce translated products SKU, price, stock
1
2
发起人:Andrea Notari
在:English Support
Problem: Solution: total_sales, _backorders, _downloadable, _download_expiry, _download_limit, _manage_stock, _regular_price, _sold_individually, _stock_status, _tax_class, _tax_status, _virtual The field _stock should be set to 'Not translate'. 2. To create products with different details in different languages, switch the language in the top admin bar and create a new product in the desired language. 3. To unlink a translation from the original content, open the translation in the WordPress Editor, go to the 'Languages' section in the right sidebar, and set the 'This is a translation of:' dropdown to 'None'. 4. If experiencing layout issues with products translated using Elementor, consider whether the 'Min Max Control - Min Max Quantity & Step Control for WooCommerce' plugin is essential, as disabling it may resolve the issue. If the solution provided here does not resolve your issue or seems outdated, we recommend opening a new support ticket. We also advise 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. For further assistance, please visit our support forum at WPML Support Forum. |
|
1 | 19 | 2 months, 3 weeks前 | |
Translating WooCommerce Endpoints in WPML for Multiple Languages doesn't work
发起人:Andrea Notari 在:Chat Support |
|
0 | 2 | 2 months, 4 weeks前 | |
Autotranslate only 2 categories of Woocommerce Products
发起人:Andrea Notari 在:Chat Support |
|
0 | 2 | 3 months, 2 weeks前 | |
Issue translate label custom woocommerce endpoint
发起人:Andrea Notari
在:Assistenza in italiano
Problema: __() o _e() , e specificare un text domain. Ad esempio: add_filter( 'woocommerce_account_menu_items', 'mjrd_custom_endpoint', 40 );<br />function mjrd_custom_endpoint( $menu_links ) {<br /> $menu_links = array_slice( $menu_links, 0, 5, true )<br /> + array( 'rivista-digitale-pdf' => __( 'Rivista Digitale PDF', 'tuo-text-domain' ) )<br /> + array_slice( $menu_links, 5, NULL, true );<br /> return $menu_links;<br />} 3. Sostituisci 'tuo-text-domain' con il dominio di testo del tuo tema o plugin. Se la soluzione proposta non risolve il problema o sembra non essere più attuale, ti consigliamo di aprire un nuovo ticket di supporto. Ti raccomandiamo inoltre di consultare la pagina dei problemi noti e di verificare che tu abbia installato le versioni più recenti dei temi e dei plugin. |
|
0 | 8 | 5 months前 | |
WPML do not load Woocommerce “PO” files
1
2
发起人:Andrea Notari
在:English Support
Problem: Please note that this solution might be outdated or not applicable to your specific case. 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 issue persists, please open a new support ticket at WPML support forum. |
|
2 | 34 | 9 months, 3 weeks前 | |
Bad PHP memory leak
发起人:Andrea Notari
在:English Support
Problem: Update the WPML plugin and add-ons to the latest version, 4.6.14, to benefit from the latest bug fixes and improvements. Instructions for updating can be found here. Enable debug logging to capture detailed error information. Instructions can be found here. WPML CMS Navigation plugin is not mandatory for WPML to function. You can still translate your menus by going to Appearance->Menus. More details on translating menus can be found here. If these steps do not resolve the issue, or if the solution provided here becomes outdated or irrelevant to your case, 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 here. |
|
1 | 12 | 10 months前 |