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

woowallet

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.

Hello

After upgrading to Woocommerce 5, the plugin does not work with Woowallet plugin.

It changes the currency sign, but not the amount

Thank you

Hello

Please  read  this  - https://currency-switcher.com/woocs-labs/

How can i request a compatibility script, as it is not included in the list you already scripted for compatibility.

It is a woowallet for woocommerce.

Thank you

Hello

Please  drop me  wp-admin+FTP access to your test  site - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png

I will add this plugin to the adaptation queue

I attched the login information.

Thank you

 

 

Hello

I added this plugin to the adaptation queue

I will write to you as soon as I get the result

Hello

You can describe the incompatibility in more detail.

Example  here - https://share.pluginus.net/image/i20210730212131.png  (I  fixed  it)

Where else?

Thats it, that was great job.

how can i apply the changes to production site?

thank you

Hello

I added  the  code  to  functions.php

add_filter('woo_wallet_current_balance', function($balance, $user_id){
if(class_exists('WOOCS')){
global $WOOCS;

$balance = $WOOCS->woocs_exchange_value($balance);

}

return $balance;
},10,2);