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

This is an adaptation request for WooCommerce Checkout Addons and WOOCS

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.

I posted a compatibility issue last week and in the reply I got, Pablo Borysenco advised me to make an adaptation request.

I am using the WooCommerce Checkout Addons to add an extra cost for express delivery to the cart total but the extra cost from WooCommerce checkout addons does not change when WOOCS is used to switch the currency.

From the images below you can see that the cost remains the same in both currencies.

I would really appreciate any form of help I can get to resolve this issue.

 

screenshotscreen 2

Hello

Did  you  read  this  - https://currency-switcher.com/video-tutorials/#video_1

Paste  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 to the adaptation queue

 

Yes I did read it but the code did not work.

Hello

Ok!  I added this plugin to the adaptation queue

Thank you very much, Sir.

Please, notify me here when it is done. Thanks again.

Hello

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

Hello

Please  check  your  access - https://share.pluginus.net/image/i20210806180020.png

Hello, sorry about the mix up. You can log in with the password I updated in the private area. Thanks.

Hello

Ok! We'll do it this Friday

Hello

I added  code  in  functions.php :

function wc_checkout_add_ons_woocs_currency_support($cost) {
return apply_filters('woocs_exchange_value', $cost);
}

add_filter('wc_checkout_add_ons_add_on_option_cost', 'wc_checkout_add_ons_woocs_currency_support', 100 );
add_filter( 'woocommerce_checkout_add_on_get_adjustment', 'wc_checkout_add_ons_woocs_currency_support', 100 );

Test - https://share.pluginus.net/image/i20210813183824.png

Thanks Pablo. I really appreciate the help. 👏🏾

Hello

Welcome;)