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 pleaseIf 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.
Quote from worldrummers on May 27, 2024, 12:47I 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
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
Quote from Pablo Borysenco on May 28, 2024, 10:52Hello
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
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
Quote from worldrummers on May 28, 2024, 10:59https://worldrummers.com/
It is in all pages after you add product and then changes the currency
https://worldrummers.com/
It is in all pages after you add product and then changes the currency
Quote from Pablo Borysenco on May 28, 2024, 12:12Looks like the plugin is disabled, I can't check it
What plugin version number are you using?
Looks like the plugin is disabled, I can't check it
What plugin version number are you using?
Quote from worldrummers on May 28, 2024, 12:58Version 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
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
Quote from Pablo Borysenco on May 29, 2024, 10:35Hello
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
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
Quote from worldrummers on May 29, 2024, 11:28I updated the credentials in a new staging website in the popup
Please update me
thanks
I updated the credentials in a new staging website in the popup
Please update me
thanks
Quote from Pablo Borysenco on May 29, 2024, 12:37
OK! I've added this to the adaptation queue. I'll write to you as soon as we get the result
OK! I've added this to the adaptation queue. I'll write to you as soon as we get the result
Quote from Pablo Borysenco on June 4, 2024, 09:45Hello
I'll write to you as soon as we get the result
Hello
I'll write to you as soon as we get the result
Quote from Pablo Borysenco on June 7, 2024, 17:01Hello
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);
}
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);
}
Quote from worldrummers on June 9, 2024, 11:51Hi
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)?
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)?
Quote from Pablo Borysenco on June 10, 2024, 11:22Hello
Unfortunately, no. It's a third-party plugin. In this case, you'd better write to Elementor support
Hello
Unfortunately, no. It's a third-party plugin. In this case, you'd better write to Elementor support