markisu72
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutHi Krystian,
thanks for the feedback!
Jepp, I’m aware of the challenges regarding future changes 🙂Best regards,
MarkusForum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutPS: but it loads it only on checkout and basket page
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutHi @inpsydekrystian ,
sorry, I didn’t see your answer because I more or less posted at the same time regarding the above code…
To your question:
I disabled advanced card processing, gpay, apay fully for payments and then disabled the buttons everywhere and also the pay later message everywhere, plus add_filter( ‘woocommerce_paypal_payments_use_place_order_button’, ‘__return_true’ );It still loads the sdk.
Markus
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutIf I do this
add_action('wp_enqueue_scripts', function () {
wp_dequeue_script('ppcp-smart-button');
wp_deregister_script('ppcp-smart-button');
}, 999);it seems to stop loading anything from PayPal and still shows the standard PayPal form.
Would that be a valid approach?
The filter alone does definitely not work.Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutHey @inpsydekrystian,
I checked again… I disabled advanced card processing, GPay, APay, Pay Later Messages and all express buttons.
I added
add_filter( ‘woocommerce_paypal_payments_use_place_order_button’, ‘__return_true’ );
(nothing else fiddling with PayPal)
But it still loads the sdk… :-/
Markus
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutGood morning, @inpsydekrystian !
add_filter( ‘woocommerce_paypal_payments_use_place_order_button’, ‘__return_true’ );
dosen’t do nothing on my side… it still renders from the SDK…
With filter enabled
And when blocking all PayPal urls, Paypal completely disappears:

Am I doing sth wrong?
Markus
PS: I found a (minor) bug regarding the settings … when disabling PayPal express completely on the checkout page without also unchecking Apple Pay and Google Pay, yes, there are no express buttons being shown, but still the empty express frame… if you uncheck Apple and Google Pay and then disable express buttons, the frame disappears
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutHey Kristian,
sounds great, will test it!
Markus
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutHey @inpsydekrystian , is there a way?
Thx, Markus 🙂Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutIf so, ist it possible to conditionally render an option which does not access PayPal just for rendering it?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutHey Krystian,
yes, I found the issue… can it be that just displaying the option already requires access to http://www.paypal.com?Thx
Markus
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutHi Krystian,
great, this brings me a huge step forward.
The only thing is, it seems to also disable the standard Paypal option where you get redirected to PayPal…
This – to my understanding – does not access http://www.paypal.com from the checkout page and should not get disabled.
Is there a way to disable advanced card processing and the express buttons independently from it?
Thx
MarkusForum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkout… that is: disable any script from PayPal being loaded by PHP
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] GDPR / Express checkoutHi Krystian,
I cannot block the PayPal SDK, because it is called directly from ppcp-blocks-js-checkout-block.js…Is there a way to conditionally disable express checkout on basket and checkout page via php?
Thx
MarkusForum: Plugins
In reply to: [WooCommerce PayPal Payments] Registering Apple and Google PayHi Krystian,
thanks for your feedback.
Yes, we had all set up correctly with PayPal already.
Maybe as a UX improvement proposal: if you scroll down the overview page so that GPay and APay is visible, the refresh option is no longer visible, since it is not part of the particular box but is for overall refresh and much further at the top of the page. That is why I did not see it.
Now, it is working. Thanks!
Also, I find it a bit confusing that Apple Pay can be ‘active’, while _also_ the ‘Domain registration’ button is active. This I find quite confusing, because it cannot be active if the domain was not registered previously. Just seeing the button suggested, that the registration was not successful.
Mixed-messages…
Best
Markus
PS: why is apay only working on Safari? On the official page is written, that it also works with other browsers if the newest SDK is used… is migrating to the newest version still pending?Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal textOk, I fixed it by returning an empty string for woocommerce_paypal_payments_place_order_button_description and adding my own text inside the plugin ui…
Still wondering, if I miss a “Weiter to PayPal” button in general