FOX - Currency Switcher for WooCommerce

UPS Shipping and UPS Access Point™: Official Plugin By UPS

Lien du plugin : https://wordpress.org/plugins/ups-eu-woocommerce/
  • dans le fichier wp-content\plugins\ups-eu-woocommerce\src\models\ups-eu-woo-model-currency.php ajouter le code :
    return $amount;
  • dans le fichier wp-content\plugins\ups-eu-woocommerce\src\models\ups-eu-woo-model-ups-shipping-api.php ajouter le code suivant :
    if (class_exists('WOOCS') AND $result->custom->monetary_value) {
        global $WOOCS;
        $result->custom->monetary_value_fomart = wc_price($WOOCS->woocs_exchange_value($result->custom->monetary_value));
    }