Problem: The client is experiencing issues with their WooCommerce Shop page. The Estonian Shop page is missing, and there are two Shop pages in English. Solution: If you're facing similar issues, we recommend the following steps: 1. Navigate to Pages → All Pages in your WordPress dashboard. 2. Switch the language to Estonian. 3. Translate the 'POOD' page into English. Here's what we did to resolve the issue: - Removed the existing Estonian translation of the Shop page. - Edited the 'POOD' page in English and changed its language setting to Estonian. - This setup now allows the page to be translated back into English.
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 problem persists, please open a new support ticket.
Problem: You updated the price of some products on your website, but the updated price is not reflected in all languages, causing a mix of old and new prices in the translations. Solution: 1. Ensure you have a backup of your staging database. 2. Access your staging site database via phpMyAdmin. 3. Navigate to the SQL tab and execute the following SQL command:
DELETE FROM wp_postmeta WHERE meta_key IN ('_price', '_regular_price') AND meta_id NOT IN ( SELECT max_id FROM ( SELECT MAX(meta_id) as max_id FROM wp_postmeta WHERE meta_key IN ('_price', '_regular_price') GROUP BY post_id, meta_key ) AS keepers );
4. After running the SQL command, re-save the product to check if the issue persists. If you are unsure about performing these steps, consider asking your hosting support for assistance or contact us for further help.
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.
Problem: El cliente tiene un atributo con imagen que desea que sea igual en ambos idiomas sin tener que añadir la imagen dos veces. Sin embargo, no consigue que el atributo con imagen se visualice en inglés. Solution: 1. Si el cliente está creando un nuevo producto, debe duplicarlo primero y luego traducirlo. Puede seguir los pasos en esta guía: https://wpml.org/es/documentation-2/traducir-los-contenidos/mostrar-contenido-no-traducido-en-lenguas-secundarias/ 2. Si el producto ya está creado y traducido, entonces debe añadir la imagen manualmente. 3. Asegurarse de que las casillas para duplicar las imágenes estén marcadas al editar el producto en el idioma original. 4. Configurar el campo personalizado de la imagen para que se copie siguiendo los pasos en esta guía: https://wpml.org/documentation/getting-started-guide/translating-custom-fields/
Si esta solución no resuelve el problema o parece irrelevante debido a actualizaciones o diferencias en el caso específico, recomendamos abrir un nuevo ticket de soporte. También es altamente recomendable revisar los problemas conocidos en https://wpml.org/known-issues/, verificar la versión de la solución permanente y confirmar que se han instalado las últimas versiones de temas y plugins.
Problem: The client is managing subscription fees on their site using WPML with prices in USD and BRL. Some Brazilian users subscribed in USD when accessing the site in English, leading to issues with payment due to incorrect currency conversion (e.g., $29 USD being incorrectly converted to 29 BRL). Solution: 1. We recommend setting up the Currency by location feature to geolocate users and set the currency based on their location. 2. Ensure that any third-party plugins like WooCommerce Payments that add multi-currency features are configured correctly or disabled to avoid conflicts. 3. For existing subscriptions that were incorrectly set up, the affected users need to create new subscriptions. 4. Set and manage currency exchange rates via WPML's multi-currency support.
If this solution does not resolve your issue or seems outdated, please check the related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If further assistance is needed, we highly recommend opening a new support ticket at WPML support forum.
Problem: Вы сталкиваетесь с проблемой медленной синхронизации атрибутов и обновления разновидностей товаров на вашем сайте. Solution: Мы рекомендуем обновить плагины WPML до последней версии, включая WooCommerce Multilingual & Multicurrency 5.4.2, чтобы улучшить производительность синхронизации. Проверьте доступность последних версий в разделе «Моя учетная запись -> Загрузки» на сайте WPML. Если обновления не отображаются, перейдите в раздел Плагины → Добавить новый, выберите вкладку Реклама и нажмите на кнопку «Проверить наличие обновлений». Не забудьте сделать резервную копию базы данных перед обновлением.
Если данное решение не помогло или оно кажется неактуальным, мы настоятельно рекомендуем проверить известные проблемы, подтвердить версию исправления и убедиться, что у вас установлены последние версии тем и плагинов. В случае дополнительных вопросов, пожалуйста, откройте новый тикет поддержки.