FOX - WooCommerce Currency Switcher Professional

B2BKing — Ultimate WooCommerce Wholesale and B2B Solution — Wholesale Order Form, Catalog Mode, Dynamic Pricing & More

Plugin URL: https://wordpress.org/plugins/b2bking-wholesale-for-woocommerce/

In file wp-content\plugins\b2bking\public\class-b2bking-public.php add next code:

if (class_exists('WOOCS')) {
    global $WOOCS;
    $min_price = $WOOCS->woocs_exchange_value(floatval($min_price));
    $max_price = $WOOCS->woocs_exchange_value(floatval($max_price));
    $price_html = wc_format_price_range(wc_price($min_price), wc_price($max_price));
}