markisu72
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Weird error related to pay laterThanks, @inpsydekrystian! 🙂
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Weird error related to pay laterHi Krystian,
you wrote 4.1.0 as the next plugin update but now the newest version is 4.0.4…
Am I mixing up terminology or is this now in 4.0.4?
Thx
MarkusForum: Plugins
In reply to: [WooCommerce PayPal Payments] Weird error related to pay laterHey @inpsydekrystian,
we don’t show express checkout buttons on the product page currently anyways, so it should not be an issue. Great!You mean, there will be an update for 4.0.3 (4.0.3.1 or so), correct? Just to avoid misunderstandings on my side…
Thanks
Markus
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Weird error related to pay laterHi @inpsydekrystian ,
yes, it does fix the issue.
But also, not adding the filter and disabling everything (including pay later) on product pages does.
Is there any side-effect of the filter?
And will this get fixed with the next update and shall I disable the filter after the next update?
Thx
MarkusForum: Plugins
In reply to: [WooCommerce PayPal Payments] Weird error related to pay laterHi Krystian,
will check it..
But it is exactly what you describe… the options-message is of type woocommerce-error… we’re talking about the same thing.
The only thing I can definitely say, is, that on my environment
a) a JS is always preceding the options message
b) it is not reproducible when paylater and all express buttons are disabled (talking about the product page)
Best
Markus
PS: yes, technically, it might not be a critical thing, but it will surely not improve sales 😉Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Weird error related to pay laterCorrection: now that I think about it, I saw the woocommerce-errors first time on the checkout page… so forget about what I said regarding ‘only on product pages’ – at least regarding those….
I didn’t see JS errors there, though.- This reply was modified 1 month, 1 week ago by markisu72.
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?