• Resolved flubflub

    (@flubflub)


    Hallo,
    Wenn Paypal plus als Standard ausgew?hlt ist und man die Kassenseite ?ffnet, so wird keine Zahlungsart geladen ( Paypal, Sepa, Kreditkarte ). Erst wenn man eine andere Zahlungsart ausw?hlt und dann wieder Paypal Plus, werden die Zahlungsarten geladen.

    Ich habe versucht das Problem zu beheben in dem ich vor die Zeile 188
    in der Datei paypalplus-woocommerce.php im root Verzeichnis des Plugins
    sleep(1) geschrieben habe.

    
    sleep(1);
    add_action('plugins_loaded', __NAMESPACE__ . '\\bootstrap', 100);
    

    Dadurch wird aber jeder Seitenaufruf der kompletten WordPress Seite um 1s verz?gert… Diese übergangsl?sung w?re tragbar, wenn es nur Auswirkungen auf die Kassenseite g?be. Vielleicht k?nnen sie mir helfen, das nur auf die Checkout seite zu reduzieren.
    if (is_checkout()) { sleep(1); } geht nicht, weil die Funktion an dieser Stelle unbekannt ist.

    Bitte helfen sie mir und den anderen, das Problem zu beheben.
    Grü?e,
    Max Dannemann

    • This topic was modified 5 years, 10 months ago by flubflub.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Andreas W.

    (@aweissinpsyde)

    Hallo @flubflub

    Ich habe das zur Prüfung einmal an unsere Entwickler weitergegeben, aber nach ersten Augenschein mag das zwar eine tempor?re L?sung sein, aber hier sollte man sich die JS Dateien der Webseite evtl. einmal genauer ansehen, denn die Meldung erscheint ja im Ifrme selbst und wird von externer Seite geladen und das hat dieser Hook absolut keinen Einfluss.

    Benutzt du evtl. Caching Plugins, CDN oder Server Cache? Evtl. diesen einmal testweise abschalten.

    Hello @aweissinpsyde

    There is definitely a problem with your plugin and the PayPal payment options not always managing to load. Sometimes all of them disappear, and other times it is just “Kauf auf Rechnung”.

    This is a disaster for us, as we have a big promotional deal coming up this week and need a fix asap. Thanks

    Ich habe das Problem ebenso. Mit Version 2.xx erscheinen die Zahlungsarten meist nicht. Mit 1.xx funktioniert alles

    Hello @aweissinpsyde

    Have you fully tested your plugin with the “German Market” plugin? If I disable the “German Market” plugin, then none of the payment options for PayPal Plus are displayed. This is very strange. There is a conflict between your plugin and GM.

    Can you ask your devleoper to check ASAP any conflict between German Market and your plugin? I can also send you details of our staging website to test this.

    Plugin Support Andreas W.

    (@aweissinpsyde)

    Hello @dav74

    can you please detail to your site to [email protected] so we can have a closer look at it.

    Thank you so much
    Regards
    Andreas

    Plugin Support Andreas W.

    (@aweissinpsyde)

    Ticket wird intern und auch in weiteren Threads bereits behandelt und aus diesem Grund hier geschlossen

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Zahlungsarten werden nicht geladen’ is closed to new replies.