Syde Jamie
Forum Replies Created
-
Hi @paddletroke ,
We received your request directly and we are now investigating. We can continue our communication the same request.
Best Regards,
JamieHi @paddletroke ,
Thank you for reaching out to us, we are here to help.
We would require more information about the issue that you are facing. Please follow these steps to share your system status report with us:
- Navigate to the
WooCommerce / Statussection in your site’s admin panel. - Click on the
Get system reportbutton and then clickCopy for support. - Paste the report into our PrivateBin.
- After uploading, please share the link here so we can review the details thoroughly.
Alternatively, to speed up the whole process we suggest you to contact us directly for further assistance. You can open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.
Best Regards,
JamieForum: Reviews
In reply to: [WooCommerce PayPal Payments] Quick SupportHi @tonylees,
Thank you for your feedback, we are glad to be able to help! Feel free to reach out to us if you have any questions or issues.
Best Regards,
JamieHi @bleulundi ,
Thank you for reaching out to us, we are here to help.
When updating from version 2.x or 3.x to 4.x by manually uploading the
.zipfile through Plugins → Add New → Upload Plugin or via Dashboard → Updates, WordPress may display a fatal error at the bottom of the “Update completed” page and send an automated email to the site administrator with the subject “Your site is experiencing a technical issue”.Can you please follow these steps to share your system status report with us:
- Navigate to the
WooCommerce / Statussection in your site’s admin panel. - Click on the
Get system reportbutton and then clickCopy for support. - Paste the report into our PrivateBin.
- After uploading, please share the link here so we can review the details thoroughly.
Alternatively, to speed up the whole process we suggest you to contact us directly for further assistance. You can open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.
Best Regards,
JamieForum: Plugins
In reply to: [WooCommerce PayPal Payments] Payments with Credit & Debit cards failingHi @catherinejc,
Thank you for reaching out to us, we are here to help.
We need more information to investigate the issue. Please follow these steps to share your system status report with us:
- Navigate to the
WooCommerce / Statussection in your site’s admin panel. - Click on the
Get system reportbutton and then clickCopy for support. - Paste the report into our PrivateBin.
- After uploading, please share the link here so we can review the details thoroughly.
Alternatively, to speed up the whole process we suggest you to contact us directly for further assistance. You can open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.
Best Regards,
JamieForum: Plugins
In reply to: [WooCommerce PayPal Payments] WooCommerce Payments tab blockedHi @justideaagency ,
Thank you for reaching out to us, we are here to help.
We would like to investigate further. To speed up the whole process we suggest you to contact us directly for further assistance. You can open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.
Best Regards,
JamieForum: Reviews
In reply to: [WooCommerce PayPal Payments] Great supportHi @tourntables ,
Thank you for your kind words, we are glad to be able to assist you. Feel free to reach out to us if you have any questions.
Best Regards,
JamieHi @wordpress_ian ,
Thank you for reaching out to us, we are here to help.
The
PAYER_CANNOT_PAYerror occurs during PayPal order creation and causes orders to remain in “awaiting payment” status. This is typically a PayPal-side issue related to the payer’s account (declines, restricted account, failing PayPal’s risk assessment or insufficient funds).We would require more information. Please follow these steps to share your system status report with us:
- Navigate to the
WooCommerce / Statussection in your site’s admin panel. - Click on the
Get system reportbutton and then clickCopy for support. - Paste the report into our PrivateBin.
- After uploading, please share the link here so we can review the details thoroughly.
We would also like to request the logs related to these failed orders – you can retrieve these logs from the path:
Access the WooCommerce > Status > Logs section, and proceed to choose the most recent “woocommerce-paypal-payments” file associated with the date of the failed order.Please provide those log entries on our PrivateBin. After uploading, send us the link, so we can review them in detail.
Alternatively, to speed up the whole process we suggest you to contact us directly for further assistance. You can open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.
Best Regards,
JamieForum: Plugins
In reply to: [WooCommerce PayPal Payments] Order ID and key were not found in “custom”.Hi @cranewest ,
Thank you for reaching out to us, we are here to help.
The “Order ID and key were not found in ‘custom'” errors indicate that the
custom_idfield in PayPal orders is not being properly set or preserved, causing the return URL handler to fail. However we need more context to the issue. Please follow these steps to share your system status report with us:- Navigate to the
WooCommerce / Statussection in your site’s admin panel. - Click on the
Get system reportbutton and then clickCopy for support. - Paste the report into our PrivateBin.
- After uploading, please share the link here so we can review the details thoroughly.
Alternatively, to speed up the whole process we suggest you to contact us directly for further assistance. You can open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.
Best Regards,
JamieForum: Reviews
In reply to: [WooCommerce PayPal Payments] Awesome supportHi @mbuchanan1980 ,
We appreciate your kind words and glad that we manage to assist you. Please do not hesitate to reach out to us if you have any questions.
Best Regards,
JamieForum: Plugins
In reply to: [WooCommerce PayPal Payments] Payment Capture on Status ChangeHi @planetnine,
Thank you for reaching out to us, we are here to help.
There was a change in the PayPal plugin that causes automatic payment capture when order status changes to “processing”. This feature was added to allow merchants to capture authorized payments by changing the order status.
While there are no settings in the plugin that allows you to explicitly change that, you may still use a filter to disable that option.You can use this filter to completely disable the capture on status change. You can insert this into your
functions.phpor use a custom code snippets plugin to achieve this.add_filter( 'woocommerce_paypal_payments_capture_on_status_change', '__return_false' );Let us know if that works for you.
Best Regards,
JamieForum: Plugins
In reply to: [WooCommerce PayPal Payments] Bankkonto für diese Zahlung nicht verwendbarHi @photon1 ,
Thank you for reaching out to us, we are here to help.
PayPal is discontinuing the SEPA Direct Debit JSSDK button implementation, which is a change initiated by PayPal rather than the plugin. This transition is beyond the plugin’s control. Our development team is actively working on a new SEPA integration scheduled for Q2 release that will provide enhanced reliability, following the same architecture pattern as other separate Alternative Payment Methods (APMs) in the plugin.
As there are currently no UI controls for this button, it can be disabled with a code snippet if you prefer to hide it until the new SEPA integration is available:
add_filter( 'woocommerce_paypal_payments_sdk_disabled_funding_hook', function( $disable_funding, $flags ) {
$disable_funding[] = 'sepa';
return $disable_funding;
}, 10, 2 );Let us know if you have further questions.
Best Regards,
JamieForum: Plugins
In reply to: [WooCommerce PayPal Payments] Ugly Advanced Card Processing fieldsHi @jetcrusher ,
Thank you for reaching out to us, we are here to help.
The ACDC system uses PayPal’s hosted card fields, which are iframes controlled by PayPal. It is also possible that the display could be inherited from your theme’s form styling. We would like to take a further look. Please follow these steps to share your system status report with us:
- Navigate to the
WooCommerce / Statussection in your site’s admin panel. - Click on the
Get system reportbutton and then clickCopy for support. - Paste the report into our PrivateBin.
- After uploading, please share the link here so we can review the details thoroughly.
We look forward to your response.
Best Regards,
JamieHi @redwingbooks ,
Thank you for reaching out to us, we are here to help.
To speed up the whole process we suggest you to contact us directly for further assistance. You can open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.
Best Regards,
JamieHi @9ball ,
Thank you for your clarification.
To speed up the whole process we suggest you to contact us directly for further assistance. You can open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.
Best Regards,
Jamie- This reply was modified 1 month, 2 weeks ago by Syde Jamie.
- Navigate to the