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 Product Addons & Fields for WooCommerce

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 am using the Product Addons & Fields for WooCommerce to add an extra cost for express delivery to the cart total but the extra cost from Product Addons & Fields for WooCommerce does not change when FOX - Currency Switcher Professional for WooCommerce is used to switch from the base currency to the alternative currency.

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

 

As you can see from the screenshots above, the prices of the items change when I use the FOX - Currency Switcher Professional for WooCommerce but the cost of the additional feature (LadyBeellionaire Express) does not change. It remains the same for both currencies.

Kindly let me know if I have to provide further information about this issue.

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

Hello

Please  add wp-admin+FTP  access to your test site - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

and  I will  add  this  plugin  to  adaptation queue

Hello Pablo,

I have provided all the necessary details you requested about the plugin adaptation.

I am hoping to hear from you soon.

Thanks in advance.

Hello

I added  it  to  the adaptation queue

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

Hello and good day, Pablo.

I am just writing this as a reminder. Thanks.

 

 

Hello

Yes, your request is in the queue. I will write to you as soon as we get the result

Hi Pablo... Hope you are doing ok?

Hello

We are working on this third party plugin.

I think it will be ready on thursday

Hello

Please  check  your sftp  access

I have duly updated the SSH access details.

Thanks.

Hello

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

Hello

Please  do a  test

I added  in  functions.php

add_filter( 'ppom_option_price', function($price) {
    if (class_exists('WOOCS') &&  !empty($price)) {
        global $WOOCS;
        if ($WOOCS->is_multiple_allowed) {
            $price = $WOOCS->woocs_exchange_value($price);
        }
    }
    return $price;
} );