
skysolution(@skysolution)
47 Posts
Customers
Quote from skysolution on May 2, 2024, 09:08
HI support Jeg har installeret gratis version på 2 sider (den ene er fin) men på den anden bruger jeg YITH booking og aftaler og her er priserne ikke omregnet fra ex dkk til euro, kan du hjælpe
HI support Jeg har installeret gratis version på 2 sider (den ene er fin) men på den anden bruger jeg YITH booking og aftaler og her er priserne ikke omregnet fra ex dkk til euro, kan du hjælpe

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 2, 2024, 10:09
Hello
This seems to be an incompatibility with a third party plugin
Please read this - https://currency-switcher.com/woocs-labs
Hello
This seems to be an incompatibility with a third party plugin
Please read this - https://currency-switcher.com/woocs-labs

skysolution(@skysolution)
47 PostsTopic Author
Customers
Quote from skysolution on May 3, 2024, 07:54
Hi Pablo
I know, but is it possible for you to take a look if it's possible to solve this incompatibility and make yith bookings and appoinment plugin compatibel like other YITH plugins ?
hope you can do a fix
regards
Ole
Hi Pablo
I know, but is it possible for you to take a look if it's possible to solve this incompatibility and make yith bookings and appoinment plugin compatibel like other YITH plugins ?
hope you can do a fix
regards
Ole

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 3, 2024, 10:17
Hello Ole
Please add ftp access - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png
Describe in more detail all incompatibilities
And I'll add it to the adaptation queue
Hello Ole
Please add ftp access - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png
Describe in more detail all incompatibilities
And I'll add it to the adaptation queue

skysolution(@skysolution)
47 PostsTopic Author
Customers
Quote from skysolution on May 3, 2024, 10:25
Hi Pablo
I have added FTP (same as wp admin login)
On this site we use yith booking plugin. The price is not converted and the same for services (breakfast)
regards
ole
Hi Pablo
I have added FTP (same as wp admin login)
On this site we use yith booking plugin. The price is not converted and the same for services (breakfast)
regards
ole

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 3, 2024, 11:41
OK!
I will write to you as soon as we get the result
OK!
I will write to you as soon as we get the result

skysolution(@skysolution)
47 PostsTopic Author
Customers
Quote from skysolution on May 6, 2024, 08:25
Thanks
Thanks

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 9, 2024, 17:32
Hello
Please do a test
Hello
Please do a test

skysolution(@skysolution)
47 PostsTopic Author
Customers
Quote from skysolution on May 10, 2024, 09:09
Hi Pablo
I have tested the issue, And it looks as the issue is solved, Thanks
Can you tell what you have done (the code)
kind regards
Ole
Hi Pablo
I have tested the issue, And it looks as the issue is solved, Thanks
Can you tell what you have done (the code)
kind regards
Ole

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 10, 2024, 10:40
Hello Ole
I added this code in functions.php
add_filter( 'yith_wcbk_get_price_to_display', function($price){
if (class_exists('WOOCS') AND $price > 0) {
global $WOOCS;
$price = $WOOCS->woocs_exchange_value(floatval($price));
}
return $price;
});
Hello Ole
I added this code in functions.php
add_filter( 'yith_wcbk_get_price_to_display', function($price){
if (class_exists('WOOCS') AND $price > 0) {
global $WOOCS;
$price = $WOOCS->woocs_exchange_value(floatval($price));
}
return $price;
});

skysolution(@skysolution)
47 PostsTopic Author
Customers
Quote from skysolution on May 10, 2024, 11:36
Thanks Pablo
I will now start my next project moving another og my customer to your currency use. They use many woocommerce plugins ex. composite product
If problems I will make a new ticket
regards
Ole
Thanks Pablo
I will now start my next project moving another og my customer to your currency use. They use many woocommerce plugins ex. composite product
If problems I will make a new ticket
regards
Ole

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 10, 2024, 12:09
yes of course write to us if you have any problems with the plugin
welcome;)
yes of course write to us if you have any problems with the plugin
welcome;)