
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 15, 2023, 11:21
Hello
Please read this - https://currency-switcher.com/hook/woocs_add_custom_rate
and - https://currency-switcher.com/hook/woocs_add_aggregator_processor
Hello
Please read this - https://currency-switcher.com/hook/woocs_add_custom_rate
and - https://currency-switcher.com/hook/woocs_add_aggregator_processor

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 16, 2023, 10:47
Hello
I gave you a link to the documentation on how to make a custom rate update. Is this not right for you?
Hello
I gave you a link to the documentation on how to make a custom rate update. Is this not right for you?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 16, 2023, 12:04
This is an open forum. I highly recommend changing access as soon as possible
To add any private data - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Unfortunately we don't have time for custom tasks
Also the plugins are not switchable now, - Please drop me exact link to the issue
This is an open forum. I highly recommend changing access as soon as possible
To add any private data - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Unfortunately we don't have time for custom tasks
Also the plugins are not switchable now, - Please drop me exact link to the issue

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 17, 2023, 09:09
Hello
Unfortunately I can't test it - https://c2n.me/4ixhQrH.jpg
Hello
Unfortunately I can't test it - https://c2n.me/4ixhQrH.jpg

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 18, 2023, 09:52
Hello
Yes, sure! Ask what interests you
Did something go wrong with your custom code?
Hello
Yes, sure! Ask what interests you
Did something go wrong with your custom code?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 19, 2023, 09:19
Hello
I added all the information on how to implement this in a previous message.
An example:
add_filter('woocs_add_custom_rate',function($rate, $def_curr, $currency){
if ($currency == 'USD' ) {
$rate = 777;
}
return $rate;
},20,3);
If you don't have programming experience, you should hire a developer.
Unfortunately code customization is not included in the support
Hello
I added all the information on how to implement this in a previous message.
An example:
add_filter('woocs_add_custom_rate',function($rate, $def_curr, $currency){
if ($currency == 'USD' ) {
$rate = 777;
}
return $rate;
},20,3);
If you don't have programming experience, you should hire a developer.
Unfortunately code customization is not included in the support

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 22, 2023, 11:37
Hello
Unfortunately we don't have time for custom tasks. try to hire a third party developer
This code is for functions.php
Hello
Unfortunately we don't have time for custom tasks. try to hire a third party developer
This code is for functions.php