Currency switcher does not change price range for WooCommerce variations according to the selected currency
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 KeanuMelody on April 18, 2024, 15:56Please see the attached screenshots: When the currency is at the base currency (EUR) then the price range below the product title for the product variations is shown correct. But when I change to SEK, the price range stays the same, only changes the currency symbol (from € to kr). The selected variation price is shown correct though which is shown below the variation sku. This is not good, will cause a lot of confusion for customers, how to fix this?
and now SEK
Please see the attached screenshots: When the currency is at the base currency (EUR) then the price range below the product title for the product variations is shown correct. But when I change to SEK, the price range stays the same, only changes the currency symbol (from € to kr). The selected variation price is shown correct though which is shown below the variation sku. This is not good, will cause a lot of confusion for customers, how to fix this?

and now SEK

Quote from Pablo Borysenco on April 19, 2024, 09:28Hello
What plugin version number are you using?
It looks like a third-party plugin changes the price display template, which causes a conflict
Hello
What plugin version number are you using?
It looks like a third-party plugin changes the price display template, which causes a conflict
Quote from KeanuMelody on April 20, 2024, 19:03Dear Pablo
Please check for yourself, I have not provided you the login information via hidden data. Thanks. This behaviour is very strange.
Dear Pablo
Please check for yourself, I have not provided you the login information via hidden data. Thanks. This behaviour is very strange.
Quote from Pablo Borysenco on April 22, 2024, 10:51Hello
I checked it - https://share.pluginus.net/video/v20240422114915.mp4 - Everything seems to be working correctly
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Hello
I checked it - https://share.pluginus.net/video/v20240422114915.mp4 - Everything seems to be working correctly
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Quote from KeanuMelody on April 23, 2024, 15:06Yes, it shows it correctly when the user is b2c. But I need the range to be shown correctly as well when the user is b2b. Your first user login hidden data is for the b2c customer. I have now inserted another user login hidden data for you as b2b customer, please use that to login and check, you will see the problem then. Thanks.
The license is now entered as well.
Yes, it shows it correctly when the user is b2c. But I need the range to be shown correctly as well when the user is b2b. Your first user login hidden data is for the b2c customer. I have now inserted another user login hidden data for you as b2b customer, please use that to login and check, you will see the problem then. Thanks.
The license is now entered as well.
Quote from Pablo Borysenco on April 24, 2024, 09:17Hello
Ok! please read this - https://currency-switcher.com/woocs-labs - this is incompatibility with a third party plugin
add ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
and I will add this third-party plugin to the adaptation queue
Hello
Ok! please read this - https://currency-switcher.com/woocs-labs - this is incompatibility with a third party plugin
add ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
and I will add this third-party plugin to the adaptation queue
Quote from KeanuMelody on April 24, 2024, 12:20I did, the link: https://pluginus.net/support/topic/wooc_labs-currency-switcher-does-not-change-price-range-for-woocommerce-variations-according-to-the-selected-currency/#postid-89992
Hope you can look at this as soon as possible as this is causing a main issue for us. Thanks.
Hope you can look at this as soon as possible as this is causing a main issue for us. Thanks.
Quote from Pablo Borysenco on April 24, 2024, 13:22I deleted this new post. It will be better if we continue in this topic
please add ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
I deleted this new post. It will be better if we continue in this topic
please add ftp access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Quote from KeanuMelody on April 24, 2024, 14:09OK, added the ftp info here now.
OK, added the ftp info here now.
Quote from Pablo Borysenco on April 25, 2024, 09:45Hello
ok! Thank you
I added this plugin to the queue for adaptation
Hello
ok! Thank you
I added this plugin to the queue for adaptation
Quote from KeanuMelody on April 30, 2024, 12:47Hello Pablo
Any progress for this issue? Thanks.
Hello Pablo
Any progress for this issue? Thanks.
Quote from Pablo Borysenco on May 1, 2024, 10:42Hello
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 May 9, 2024, 16:57Hello
Please check your ftp access
Hello
Please check your ftp access
Quote from KeanuMelody on May 11, 2024, 11:12Sorry it was the firewall... now it is working fine and you can have ftp access
Sorry it was the firewall... now it is working fine and you can have ftp access
Quote from KeanuMelody on May 16, 2024, 11:20Hello Pablo, any status on this issue? Thanks.
Hello Pablo, any status on this issue? Thanks.
Quote from Pablo Borysenco on May 16, 2024, 12:24Hello
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 May 17, 2024, 15:40Hello
In file - \wp-content\plugins\b2bking\public\class-b2bking-public.php - I added - https://share.pluginus.net/image/i20240517163356.png
if (class_exists('WOOCS') ) {
global $WOOCS;
$min_price = $WOOCS->woocs_exchange_value(floatval($min_price));
$max_price = $WOOCS->woocs_exchange_value(floatval($max_price));
$price_html = wc_format_price_range( wc_price($min_price), wc_price( $max_price ) );
}I have disabled fixed prices
Please do a test
Hello
In file - \wp-content\plugins\b2bking\public\class-b2bking-public.php - I added - https://share.pluginus.net/image/i20240517163356.png
if (class_exists('WOOCS') ) {
global $WOOCS;
$min_price = $WOOCS->woocs_exchange_value(floatval($min_price));
$max_price = $WOOCS->woocs_exchange_value(floatval($max_price));
$price_html = wc_format_price_range( wc_price($min_price), wc_price( $max_price ) );
}
I have disabled fixed prices
Please do a test
Quote from KeanuMelody on May 17, 2024, 16:04Thanks, but we need the fixed prices, the automatic conversion is useless for us. The range and the product price (variable or simple) should be shown from what we have as fixed prices.
And now the variation price does not show at all either when you choose a variation.
Please login as a dealer (you have the dealer b2b customer login info) and see for your self.
Thanks, but we need the fixed prices, the automatic conversion is useless for us. The range and the product price (variable or simple) should be shown from what we have as fixed prices.
And now the variation price does not show at all either when you choose a variation.
Please login as a dealer (you have the dealer b2b customer login info) and see for your self.
Quote from Pablo Borysenco on May 20, 2024, 11:34Hello
This will never work with fixed prices. This is the point - a fixed price is a price that does not change
you have the dealer b2b customer login info) and see for your self. - I will check it
Hello
This will never work with fixed prices. This is the point - a fixed price is a price that does not change
you have the dealer b2b customer login info) and see for your self. - I will check it