FOX - Currency Switcher for WooCommerce

WooCommerce Stripe Payment Gateway

Plugin-Link: https://wordpress.org/plugins/woocommerce-gateway-stripe/
  • Fügen Sie in der Datei wp-content\plugins\woocommerce-gateway-stripe\includes\class-wc-gateway-stripe.php folgenden Code hinzu:
    if (class_exists('WOOCS')) {
        global $WOOCS;
        $order_currency = $WOOCS->current_currency;
        $WOOCS->set_currency($currency);
    }
    
    if (class_exists('WOOCS')) {
        $WOOCS->set_currency($order_currency);
    }
    
  • Fügen Sie in derselben Datei folgenden Code hinzu:
    if (class_exists('WOOCS')) {
        global $WOOCS;
        $order_currency = $WOOCS->current_currency;
        $WOOCS->set_currency($currency);
    }
    
    if (class_exists('WOOCS')) {
        $WOOCS->set_currency($order_currency);
    }