Problem: The client is experiencing rounding errors when converting product prices from Danish Krone (DKK) to Euro (EUR) with German tax on their WooCommerce site. The custom function used for conversion does not round the prices correctly, leading to discrepancies in the displayed prices. Solution: We recommend enabling "Round tax at subtotal level, instead of rounding per line" in WooCommerce > Settings > Tax > Tax Options screen for a potential alternative solution.
If this solution does not resolve your issue or seems outdated, please check the related known issues and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for further assistance.
Problem: You are experiencing issues with WooCommerce orders when using WPML, specifically with an unexpected option to filter orders by language and discrepancies in the total order count when filtering by language. Solution: Firstly, it's important to note that WooCommerce does not typically include a language filtering option in the Orders section. If you're seeing this option, it might be due to a customization or a plugin that modifies the default WooCommerce behavior. We recommend checking your site for any such customizations or additional plugins that might be influencing this behavior. Additionally, for the discrepancies in order counts, ensure that all your translations are correctly configured and that there are no synchronization issues between the languages.
If this solution does not resolve your issue or seems irrelevant due to being 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 problems persist, please open a new support ticket at WPML support forum for further assistance.
Problem: You are trying to sync stock on your site using WPML, but the stock is not synced in the translated language, showing as out of stock. Solution: If you're experiencing this issue, we recommend you follow these steps: 1. Take a backup of your site's database in case something goes wrong. 2. Navigate to WooCommerce -> WooCommerce Multilingual & Multicurrency -> Settings -> Troubleshooting link. Here you can find the direct link to this screen: Troubleshooting Settings 3. Select the following options: - Sync product stock quantity and status (synchronizing minimum stock between translations) - Fix translated variations relationships - Sync removed product meta from original products to translations 4. Click the 'Start' button and wait for the process to finish. 5. Refresh the translated product and check if the problem is fixed.
Please note that this solution might be 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 the issue persists, please open a new support ticket.
Problem: Der Kunde versuchte, die Übersetzungen einiger WooCommerce Produkte zu aktualisieren. Die Übersetzungen wurden als aktuell angezeigt, obwohl sie textuell und visuell falsch waren. Zusätzlich erschien das Contact Form am Ende der Seite in den Übersetzungen nicht. Solution: 1. Hier befanden sich Hintergrundbilder in einem Page Builder Inhalte, welche sich nicht mir dem WPML Übersetzungseditor übersetzen lassen. Diese Bilder wurden auf den Übersetzungen anscheinend manuell im WordPress Editor oder direkt im Page Builder angepasst. Wir empfahlen, die fehlerhaften Übersetzungen zu löschen, aus dem Papierkorb zu entfernen und die Übersetzungen erneut zu erstellen, um sicherzustellen, dass auf allen Produkten die gleichen Bilder verwendet werden. Dies sollte keine zusätzlichen Kosten verursachen, da die Übersetzungen aus dem Übersetzungsspeicher des Advanced Translation Editor gezogen werden. 2. Für das Problem mit dem Contact Form Widget von BeBuilder und WPML, das auf einigen Sprachen nicht korrekt erschien, haben wir das originale deutsche Formular bearbeitet und die Übersetzungen des Formulars erneut durchgeführt. Dies löste das Problem.
Falls diese Lösung für Ihr Problem irrelevant erscheint, weil sie veraltet ist oder nicht auf Ihren Fall zutrifft, empfehlen wir Ihnen, ein neues Support-Ticket zu öffnen. Wir empfehlen Ihnen auch, die bekannten Probleme zu überprüfen, die Version der dauerhaften Lösung zu verifizieren und zu bestätigen, dass Sie die neuesten Versionen von Themes und Plugins installiert haben. Für weitere Unterstützung besuchen Sie bitte unser Support-Forum.
Problema: El cliente desea que su sitio web muestre dos versiones de precios en dólares: una para EEUU y otros países americanos, y otra para países latinos como Colombia y Brasil, usando el complemento WPML. Sin embargo, por la interfaz solo es posible seleccionar tipos de dólar global, canadiense, australiano, etc., y el cliente pregunta si es posible implementar dos precios diferentes para la misma moneda DÓLAR programáticamente. Solución: No es posible agregar más monedas a WCML directamente. Sin embargo, se puede cambiar el símbolo de la moneda dinámicamente usando código personalizado. Aquí está un ejemplo de cómo hacerlo:
/**
* Change a currency symbol for specific countries using WPML hooks
*/
add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2);
function change_existing_currency_symbol( $currency_symbol, $currency ) {
// Get the current country using WPML
$current_country = apply_filters('wpml_current_language', NULL);
if ($currency === 'USD') {
// Customize currency symbol based on country
if ($current_country === 'br') { // Brazil
$currency_symbol = 'USD R$';
} elseif ($current_country === 'co') { // Colombia
$currency_symbol = 'USD COL$';
} else {
$currency_symbol = 'USD'; // Default for other countries
}
}
return $currency_symbol;
}
Además, se sugiere utilizar el complemento WooCommerce Product Price Based on Countries para gestionar precios diferenciados por país. 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 asegurarte de que tienes instaladas las últimas versiones de los temas y complementos. Para más asistencia, visita nuestro foro de soporte.
Problem: You are trying to translate product variations on your website but are unsure how to proceed. Solution: First, ensure that you have translated the variations of your product. After doing so, modify the original product and save it. Then, navigate to the WPML translation editor to complete the translation. If you encounter further issues, we have enabled debug information for this support ticket. You can retrieve this information by following the instructions provided here.
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.
Problem: The client is experiencing issues with translating the product permalink base in WooCommerce Multilingual & Multicurrency for multiple languages, resulting in blank URLs after translation. Solution: 1. Navigate to WPML > String Translation. 2. Search for the product slug under the 'WordPress' domain and delete it by clicking the "Delete selected strings" button. 3. Go to WPML > Settings and scroll to "Post Type Translation". 4. Under the "Products" post type, expand the section to "Set different slugs in different languages for Products". 5. Add the desired slug for each language and save the changes. 6. Clear site caches to ensure the changes take effect and check if the issue persists.
If the problem continues or the solution provided here is 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 needed, please open a new support ticket at WPML support forum for further assistance.
Problem: The client was experiencing an 'Uncaught Error' when trying to view an order in WooCommerce, specifically when the order originated from outside the main country (The Netherlands). The error occurred due to a call to a member function get_attributes() on bool, which was traced back to the WooCommerce Multilingual plugin. The error disappeared when the WPML String Translation plugin was deactivated. Solution: We resolved the issue by checking the attribute on WCML and found an empty table. We used the WPML troubleshooting options available at WPML > Support > Troubleshooting. Additionally, we adjusted the settings at WPML > Settings > Post Type Translation, changing the 'Variaties (product_variation)' from the fallback setting to the recommended setting.
If this solution does not resolve your issue, or if it seems 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 further assistance is needed, please open a new support ticket.
Problem: El cliente tiene problemas con que el shortcode [woocommerce_checkout] no se carga correctamente en la versión traducida al inglés de la página de pago de WooCommerce. Solution: 1. Verificamos la configuración del sitio y solicitamos acceso para una revisión más detallada. 2. Recomendamos activar y configurar el plugin 'WooCommerce Multilingual & Multicurrency'. 3. Tras la activación y configuración del plugin, el problema se resolvió satisfactoriamente.
Si esta solución no resuelve tu problema, o si parece desactualizada o no aplicable a tu caso, 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. Para más asistencia, visita nuestro foro de soporte.
Problem: If you're experiencing inconsistent shipping costs when a customer switches languages on the checkout page, this could be due to settings not being properly synchronized across different languages. Solution: First, we recommend checking your shipping settings to ensure they are correctly configured and translated for each language. You can do this by navigating to your WordPress admin area and adjusting the settings under WooCommerce > Settings > Shipping. If the issue persists, try clearing your cache or using a different browser to see if the changes reflect correctly.
If these steps do not resolve the issue, it's possible that the 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 you still face problems, please open a new support ticket at WPML support forum for further assistance.
Problem: You are trying to synchronize product translations on your site to ensure that the prices of products in the original language match those of the translated products. However, you are facing issues with some prices not being up to date and some being misordered when sorting by price on the translated product pages. Solution: 1. Ensure that "WooCommerce Multilingual & Multicurrency" is enabled. This should resolve the price issues for most products. 2. Navigate to WooCommerce > WooCommerce Multilingual & Multi-Currency > Products. 3. Filter the translation status to "Needs update". 4. Update the product translations now. Note: It appears that some products that need updates were never fully translated to 100%. The setting "Translatable use translation if available or fallback to default language" might be causing untranslated products to display in the default language. Regarding the ordering by price issue, it might be due to different market prices for each product, causing the second language to query the highest price available on the translated product instead of the lowest.
If this solution does not resolve your issue or seems outdated, we 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 problems persist, please open a new support ticket.
Problem: The client was unable to see the translated product description in WPML, which appeared blank instead of showing the expected text. Solution: 1. We recommended the client to edit the product in the original language, make a small change to the description, save these changes, and then update the translation to see if the issue resolves. 2. If the description was added in a non-standard way, we requested more details on how it was added. 3. We advised creating a full backup and updating all outdated plugins to ensure they weren't causing the issue. 4. Upon further inspection, we discovered that HTML and CSS embedded within the product description were causing the visibility issue. We removed the HTML from the product description in the secondary language, which resolved the problem.
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 the issue persists, please open a new support ticket.