Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
If you're experiencing issues where translations work on the desktop version of your site but not on mobile, and certain strings remain untranslated, this might be due to a compatibility issue with the YITH WooCommerce Request a Quote plugin.
Solution:
We recommend trying the following steps:
1. Open the

.../wp-content/plugins/yith-woocommerce-request-a-quote/templates/request-quote-view.php

file.
2. Locate line 67 and replace:

<td class="product-name" data-title="Product">

with:

<td class="product-name" data-title="<?php esc_attr_e( 'Product', 'woocommerce' ); ?>">

3. Similarly, locate line 132 and replace:

<td class="product-quantity" data-title="Quantity">

with:

<td class="product-quantity" data-title="<?php esc_attr_e( 'Quantity', 'woocommerce' ); ?>">

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 the problem persists, please open a new support ticket.

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by Dražen 11 months, 3 weeks ago.

Assisted by: Dražen.

Author Posts
May 2, 2024 at 11:19 am

jurgisM-2

Hi we have problems translating, the desktop version translates, but mobile not. Also there are some strings that just dont translate.

May 2, 2024 at 11:37 am
May 2, 2024 at 11:59 am #15587012

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello

I was able to confirm the issue.

I've escalated this ticket to our compatibility team.

They are taking a look at the issue and I will let you know as soon as they have updates.

Kind regards,
Drazen

May 13, 2024 at 6:52 am #15618582

Dražen
Supporter

Languages: English (English )

Timezone: Europe/Zagreb (GMT+02:00)

Hello,

please try next work workaround
Open .../wp-content/plugins/yith-woocommerce-request-a-quote/templates/request-quote-view.php file.

Look for line 67.

Change:

					<td class="product-name" data-title="Product">

For:

					<td class="product-name" data-title="<?php esc_attr_e( 'Product', 'woocommerce' ); ?>">

In the same file, look for line 132

Change:

					<td class="product-quantity" data-title="Quantity">

For:

					<td class="product-quantity" data-title="<?php esc_attr_e( 'Quantity', 'woocommerce' ); ?>">

Regards,
Drazen