PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

only the symbol changes on Elementor floating cart after changing currnecy

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I have a website uses Elementor + pro + latest wp version

I use the latest fox plugin version

When I add to cart a product it looks good but after I change the currency while a product is in the cart the same price just change the currency in the Elementor floating cart.

Please advice

Please help us

Hello

please drop me exact link to the issue

This seems to be an incompatibility with a third party plugin. read this - https://currency-switcher.com/woocs-labs

https://worldrummers.com/
It is in all pages after you add product and then changes the currency

Looks like the plugin is disabled, I can't check it

What plugin version number are you using?

Version 2.4.1.9

I activated it but it would harm us if clients will have problem with prices so please check it soon please

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

This is incompatibility with third party functionality - https://currency-switcher.com/woocs-labs

Better make a test site (subdomain) and we will try to do the adaptation as described in the article.  add  wp-admin+ftp access to the test site - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

I updated the credentials in a new staging website in the popup

Please update me

thanks

 

OK! I've added this to the adaptation queue. I'll write to you as soon as we get the result

any update?

Hello

I'll write to you as soon as we get the result

Hello

Please do a test

In file - \public_html\wp-content\plugins\elementor-pro\modules\woocommerce\wc-templates\cart\mini-cart.php - I changed  this code - https://share.pluginus.net/image/i20240607175607.png

if (class_exists('WOOCS')) {
global $WOOCS;
$total = WC()->cart->get_subtotal();
$total = $WOOCS->woocs_exchange_value($total);
echo wc_price($total);
} else {
echo WC()->cart->get_cart_subtotal(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}

in file - \public_html\wp-content\plugins\elementor-pro\modules\woocommerce\module.php - I added code - https://share.pluginus.net/image/i20240607175850.png

if (class_exists('WOOCS')) {
global $WOOCS;
$total = WC()->cart->get_subtotal();
$total = $WOOCS->woocs_exchange_value($total);
$sub_total = wc_price($total);
}

and   - https://share.pluginus.net/image/i20240607180001.png

if (class_exists('WOOCS')) {
global $WOOCS;
$total = WC()->cart->get_subtotal();
$total = $WOOCS->woocs_exchange_value($total);
$sub_total = wc_price($total);
}

Hi

It looks good

if we deploy it on the production website we would not be able to update Elementor Pro plugin without loosing your changes.

Can you add this code to the functions.php file in the Active Theme in the production (Intellinet - Elementor child theme)?

Hello

Unfortunately, no. It's a third-party plugin. In this case, you'd better write to Elementor support