FOX - Currency Switcher for WooCommerce

Measurement Price Calculator (by WooCommerce)

Enlace del plugin: https://woocommerce.com/products/measurement-price-calculator/ En el archivo \plugins\woocommerce-measurement-price-calculator\classes\class-wc-price-calculator-cart.php añade el siguiente código:
if (class_exists('WOOCS')) {
    global $WOOCS;
    $price = $WOOCS->woocs_exchange_value(floatval($price));
}