Syde Niklas
Forum Replies Created
-
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Unwanted automatically activation of KlarnaHi everyone,
I wanted to provide an update on the deactivation of Klarna for all affected accounts. After checking with the team, we’ve learned that the process is taking a bit longer than expected. We anticipate that the deactivation should be completed within the next 90 minutes from the time of this post.
In the meantime, if you’d like to disable Klarna immediately, you can do so manually either from the Mollie dashboard or the Payments tab in the WooCommerce settings.
We sincerely apologize for any inconvenience this may have caused and appreciate your patience as we work to resolve this issue promptly.
Kind regards,
NiklasForum: Plugins
In reply to: [Mollie Payments for WooCommerce] Unwanted automatically activation of KlarnaHi folks
Thank you for reaching out and sharing your concerns regarding the recent Klarna activation. We want to address this directly and provide clarity on what happened.
Recently, Mollie informed a subset of their customers about a promotional Klarna rate and activated this payment method on their Mollie profiles. Typically, further action in the Mollie plugin is required for Klarna to appear on a website. However, due to a technical error, Klarna was unintentionally enabled on some websites.
This was not the intention, and we sincerely apologize for the inconvenience caused. To address this, Mollie has:- Deactivated Klarna on all affected accounts.
- Provided guidance on managing any impacted orders.
- Initiated a thorough investigation to ensure this does not happen again.
We apologize for any inconvenience caused and are actively investigating this incident. We recommend reaching out to the Mollie Support Team directly if any doubts remain, e.g. in case the payment method keeps re-enabling in your Mollie profile which is not a behavior we have been able to observe.
If you wish to re-enable the payment method and access the promotional rate please do so by following the steps outlined in this help centre article. If you wish to capture, cancel or refund any orders processed via Klarna, you can do so in your Mollie merchant dashboard or in WooCommerce directly, details?here.
Kind regards,
NiklasForum: Plugins
In reply to: [WooCommerce PayPal Payments] Checkouts buttons not showingUsing the latest PayPal Payments version, the “Place order” button will remain visible on the Checkout page and redirect the buyer to the PayPal website if the smart buttons fail to load. So, the buyer should always have a fallback option to complete the PayPal payment, even without smart buttons.
It is also possible to entirely disable the PayPal smart buttons on the Checkout page: https://github.com/woocommerce/woocommerce-paypal-payments/wiki/Actions-and-Filters#disable-checkout-smart-buttons
Then, PayPal Payments would work similarly to the old PayPal Standard integration and only redirect the buyer with a “Proceed to PayPal” button to the PayPal website instead of embedding the PayPal smart buttons on the Checkout page. However, this would essentially break all advanced features on the Checkout page like Pay Later, APMs, Advanced Card Processing, Vaulting, etc., since these features require the PayPal scripts to be loaded on the page.Beyond this, I don’t see what we could do here to prevent certain Safari configurations from blocking PayPal from loading, so I’ll mark this thread as resolved. The plugin doesn’t care which browser the buyer uses as long as PayPal supports it. When in doubt, the best recommendation for users encountering issues with the PayPal buttons not loading is to use a proper web browser like Firefox or Chrome instead of Safari.
Kind regards,
NiklasForum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal payments not workingThe website was configured with a currency PayPal doesn’t support, which can result in the buttons not appearing. However, since our team was able to help out in a private support ticket, I’ll mark this thread as resolved.
Thanks again for the feedback and please feel free to reach out anytime if any other questions come up.
Kind regards,
NiklasSince we haven’t heard back from you, I’ll mark this thread as resolved. Feel free to reopen this thread if any questions remain after performing the conflict testing steps mentioned above. Thanks!
I’ve read this thread :
and that did not fix it for me, even tho I do have askimet active on the site. Deactivating it dis not solve the issue.
This thread is unrelated to the issue you’re encountering. In this case, the problem is the third-party WooCommerce Bookings And Appointments plugin not being supported for the PayPal smart buttons on the single product page.
Once the appointment is added to the Cart, the PayPal buttons work on the Cart and Checkout pages but not on the single product page.
The PayPal buttons can be disabled on the single product page for certain products, e.g. with this code snippet: https://github.com/woocommerce/woocommerce-paypal-payments/wiki/Actions-and-Filters#disable-smart-buttons-on-the-single-product-page-for-specific-products
So if I’m not mistaken, this code snippet should hide the PayPal buttons on the single product page for the bookable products ( when using the third-party plugin linked above):
function ppcp_remove_single_product_buttons( $enable_button, $product ){ if ( $product->is_type( 'phive_booking' ) ) { $enable_button = false; } return $enable_button; } add_action( 'woocommerce_paypal_payments_product_supports_payment_request_button', 'ppcp_remove_single_product_buttons', 10, 2 );
Since we haven’t heard back from you, I’ll mark this thread as resolved. Feel free to reopen this thread if any questions remain after disabling the PayPal buttons on the single product page for these appointment product types using the code snippet above.
edit: One more thing worth mentioning: The official WooCommerce Bookings plugin is supported by PayPal Payments, so with that plugin the PayPal buttons also work on the single product page.
- This reply was modified 10 months, 4 weeks ago by Syde Niklas. Reason: provided additional information
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Paypal not appearing on checkoutSince we haven’t heard back from you, I’ll mark this thread as resolved. Feel free to reopen this thread if any questions remain after performing the conflict testing steps mentioned above.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Renewal IssuesIt should be possible to process a renewal manually via order actions. But the upcoming update (scheduled for early January) includes a fix that aims to resolve the error for the automatic renewal payments when the card issuer requires 3D Secure:
Fix – “Order does not contain intent” error for ACDC renewals when triggering 3D Secure?#1888
https://github.com/woocommerce/woocommerce-paypal-payments/releases/tag/2.4.3-rc1
So I will mark this thread as resolved.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Loading Time from Cart to CheckoutThis will be resolved in a future update, though we can’t say yet which one. Until then, you can use the workaround mentioned above.
Since the behavior is documented in?this issue here on GitHub, I’ll?mark this thread resolved?for now. The GitHub issue will be updated whenever there are any relevant developments.
This log doesn’t have any relationship to the PayPal Payments plugin, so I will mark this thread as resolved.
As far as I know in my testing, the current plugin still produces the error message.
The message is present across all plugin versions because it is not a plugin issue. It is caused by a limitation with PayPal’s hosted fields not working well with the way WooCommerce behaves on the shortcode checkout page (AJAX reloads destroying the entire payment method section incl. the card fields).
PayPal Payments update 2.5.0 in mid-January introduces a new version of PayPal’s card fields which resolves this message: https://github.com/woocommerce/woocommerce-paypal-payments/issues/1011#issuecomment-1834207391
But as long as the current hosted fields implementation is used, the message will occur when the card fields are destroyed by an AJX reload, and there isn’t anything we can do about it on the plugin level.
Kind regards,
NiklasForum: Plugins
In reply to: [WooCommerce PayPal Payments] Warenkor geleert nach hinzufügen von GutscheinI will mark this thread as resolved since we haven’t heard back from you in a while.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] 401 for rest calls to wp-jsonThe reported behavior is not caused by the plugin but by PayPal sending webhook requests to the site. So the best point of contact for this is the PayPal Merchant Technical Support.
There isn’t anything else for us to do here, so I’ll mark the thread as resolved.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] fatal error on my websiteThis error was caused by a third-party plugin using a WooCommerce filter incorrectly.
But since we haven’t heard back from you in a while, I’ll mark this thread as resolved.
Since we haven’t heard back from you in a while, I’ll mark this thread as resolved.