FOX - Currency Switcher for WooCommerce

UPS Shipping and UPS Access Point™: Official Plugin By UPS — Kompatibilitätscode für den FOX-Währungsumrechner

Plugin-Link: https://wordpress.org/plugins/ups-eu-woocommerce/
  • In der Datei wp-content\plugins\ups-eu-woocommerce\src\models\ups-eu-woo-model-currency.php folgenden Code hinzufügen:
    return $amount;
  • In die Datei wp-content\plugins\ups-eu-woocommerce\src\models\ups-eu-woo-model-ups-shipping-api.php folgenden Code hinzufügen:
    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));
    }