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

Custom currency, how to update the exchange rate in batches

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.

can customize this but the rate at which the interest changes in every minutes a fixed rate then this but to change it a flexible rate thenneed to determine some valueexact rate at which interest rate changes then

Hello

Please  read  this - https://currency-switcher.com/hook/woocs_add_custom_rate

and - https://currency-switcher.com/hook/woocs_add_aggregator_processor

can you help me i don't understand

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 can't read your link, can you help me set it up? Also the plugins are not switchable now, if these cost extra for customization, please let me know and I will pay you via PayPal, thank you The website message is as follows

PRIVATE DATA!

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

https://cowhide.me/crypto/

Hello

Unfortunately I can't test it - https://c2n.me/4ixhQrH.jpg

I have opened it now, and can you provide more information on the exchange rate

Hello

Yes, sure! Ask what interests you

Did something go wrong with your custom code?

I don't know how to include my own custom rate update

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

I know that's why I want to hire you as a developer. Where should the code be added???

Hello

Unfortunately we don't have time for custom tasks. try  to hire a third party developer

This code is for functions.php