Skip Navigation

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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: America/Los_Angeles (GMT-07:00)

This topic contains 10 replies, has 1 voice.

Last updated by Bobby 2 months ago.

Assisted by: Bobby.

Author Posts
April 2, 2025 at 10:03 pm #16889270

Bobby
WPML Supporter since 04/2015

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Thank you for updating me, you are right -- I was able to reproduce.

Here is a breakdown of what has been done so far:

- Added the following code in the theme's functions.php

add_filter( 'wcml_multicurrency_supported_cache_plugins', function( $plugins ) {
$plugins[] = 'LiteSpeed Cache';
return $plugins;
} );

- Excluded wcml_client_currency from Litespeed -> Cache (it was missing)

- Added directly to the .htaccess file

<IfModule LiteSpeed>
CacheVary on
CacheKeyModify +wcml_client_currency
</IfModule>

- Enabled Litespeed ESI and added

woocommerce-cart
wpml_nonce
wcml_nonce

- Test with minimal environment

The issue has been escalated to our second tier team and we will update you as soon as there is feedback.

April 14, 2025 at 10:42 am #16928391

tobiasH-57

Hi. Do you have any updates regarding the issue?

April 14, 2025 at 5:43 pm #16930860

Bobby
WPML Supporter since 04/2015

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Hi there,

We are still working on this, I will have some updates soon and update you here as soon as I do.

Thank you for your patience!

April 17, 2025 at 4:35 pm #16945245

Bobby
WPML Supporter since 04/2015

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Hello,

After some testing, our team has not been able to reproduce this behavior on local or testing environments, however, we were able to pinpoint QUIC.cloud as a potential cause of this behavior.

If possible, please temporarily deactivate QUIC.cloud and let us know your results.

The topic ‘[Closed] MultiCurrency is rounding wrong and not switching on current site’ is closed to new replies.