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

[WOOCS LABS] WC Fields Factory compatibility not working

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.

Hi,

I've been testing the WC Fields Factory plugin and added the code mentioned here but it seems is no longer working. When choosing a different base currency I don't see the price changing according to the rate my website is using.

Could you please take a look at it?

Thank you

hello

Please  add  wp-admin+FTP access  to your test site

I just added the private data.

Hello

Great! I added this to the queue

Hello

Try  in  file - \wp-content\plugins\wc-fields-factory\includes\wcff-negotiator.php

add code - https://c2n.me/4fgeas9.png

if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$prule ["amount"] = $WOOCS->woocs_exchange_value(floatval($prule ["amount"]));
}
}

And  do  a test

Thank you. It's working perfectly now.

I also deleted the code mentioned here.

Hello

Great!

I also deleted the code - I think this code should be left