conlabz GmbH
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Paypal Plus PAYMENT_ALREADY_DONEHallo Herr Weiss,
die Woocommerce-Seiten habe ich im Caching-Plugin als Ausnahme hinzugefügt.
Es l?uft seitdem bei allen Bestellungen auch normal durch, allerdings wirft trotzdem jede Bestellung im Log noch einen ?hnlichen Fehler. Hier mal eine komplette Bestellung:2019-10-17T08:39:38+00:00 INFO POST https://api.paypal.com/v1/payments/payment
2019-10-17T08:39:39+00:00 INFO Response Status : 201
2019-10-17T08:42:04+00:00 INFO POST https://api.paypal.com/v1/payments/payment
2019-10-17T08:42:05+00:00 INFO Response Status : 201
2019-10-17T08:42:59+00:00 INFO GET https://api.paypal.com/v1/payments/payment/PAYID-LWUA2PI0JT99378VG5327711
2019-10-17T08:43:00+00:00 INFO Response Status : 200
2019-10-17T08:43:00+00:00 INFO PATCH https://api.paypal.com/v1/payments/payment/PAYID-LWUA2PI0JT99378VG5327711
2019-10-17T08:43:00+00:00 INFO Response Status : 200
2019-10-17T08:43:01+00:00 INFO GET https://api.paypal.com/v1/payments/payment/PAYID-LWUA2PI0JT99378VG5327711
2019-10-17T08:43:01+00:00 INFO Response Status : 200
2019-10-17T08:43:01+00:00 INFO PATCH https://api.paypal.com/v1/payments/payment/PAYID-LWUA2PI0JT99378VG5327711
2019-10-17T08:43:01+00:00 INFO Response Status : 200
2019-10-17T08:44:24+00:00 INFO GET https://api.paypal.com/v1/payments/payment/PAYID-LWUA2PI0JT99378VG5327711
2019-10-17T08:44:25+00:00 INFO Response Status : 200
2019-10-17T08:44:25+00:00 INFO POST https://api.paypal.com/v1/payments/payment/PAYID-LWUA2PI0JT99378VG5327711/execute
2019-10-17T08:44:26+00:00 INFO Response Status : 200
2019-10-17T08:44:33+00:00 INFO Processing IPN. payment status: completed
2019-10-17T08:44:33+00:00 ERROR IPN Error. Payment already completed.Müssen wir noch etwas ?ndern?
Forum: Plugins
In reply to: [WP Bookmarks] Error messageHi,
i am sorry for your trouble. Looks like some files were not commited and stuck in the repository trunk folder. I fixed that.
Forum: Reviews
In reply to: [WP Google Tag Manager] It simply doesn't workHi AdieuArcheB,
where can i find this verification mode? Preview and debug mode works fine for me.
But you are right, tag-manager code is placed by wordpress wp_footer action hook. That is the best place possible without theme editing. If you like to modify your theme you can place some php code directly after opening body tag.
Version 1.1 will have a dedicated function for this and a short description.
PS: If your theme doesn’t call wp_footer function it wont’t work at all (every theme should do that).