
Ladybeellionaire(@ladybeellionaire)
18 Posts
Customers
Quote from Ladybeellionaire on June 20, 2023, 18:27
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.
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.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 21, 2023, 11:10
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
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

Ladybeellionaire(@ladybeellionaire)
18 PostsTopic Author
Customers
Quote from Ladybeellionaire on June 26, 2023, 20:23
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 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.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 27, 2023, 10:47
Hello
I added it to the adaptation queue
I will write to you as soon as I get the result
Hello
I added it to the adaptation queue
I will write to you as soon as I get the result

Ladybeellionaire(@ladybeellionaire)
18 PostsTopic Author
Customers
Quote from Ladybeellionaire on July 5, 2023, 16:44
Hello and good day, Pablo.
I am just writing this as a reminder. Thanks.
Hello and good day, Pablo.
I am just writing this as a reminder. Thanks.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 6, 2023, 09:52
Hello
Yes, your request is in the queue. I will write to you as soon as we get the result
Hello
Yes, your request is in the queue. I will write to you as soon as we get the result

Ladybeellionaire(@ladybeellionaire)
18 PostsTopic Author
Customers
Quote from Ladybeellionaire on July 24, 2023, 14:32
Hi Pablo... Hope you are doing ok?
Hi Pablo... Hope you are doing ok?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 25, 2023, 11:19
Hello
We are working on this third party plugin.
I think it will be ready on thursday
Hello
We are working on this third party plugin.
I think it will be ready on thursday

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 27, 2023, 17:05
Hello
Please check your sftp access
Hello
Please check your sftp access

Ladybeellionaire(@ladybeellionaire)
18 PostsTopic Author
Customers
Quote from Ladybeellionaire on July 31, 2023, 15:26
I have duly updated the SSH access details.
Thanks.
I have duly updated the SSH access details.
Thanks.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 1, 2023, 11:07
Hello
Ok! I will write to you as soon as we get the result
Hello
Ok! I will write to you as soon as we get the result

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on August 4, 2023, 17:44
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;
} );
Result - https://c2n.me/4j5ozaX
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;
} );