Error Processing Checkout. Please Try Later
-
Dear WordPress and WooCommerce Community,
I have been struggling with Woocommerce giving me the above error: “Error Processing Checkout. Please Try Later”, whenever trying to purchase anything from the website’s store, using ANY payment option (not just PayPal)Additionally, I can see a ?wc-ajax=update_order_review AJAX call returning 403 in the console (response returns -1), which might be related to it.
Let me briefly recap what I tried to do:
- Updated every plugin I use to latest version
- Updated WordPress version to 6.4.3 (latest)
- Check WooCommerce logs: all 200/201 (okay)
- Check PayPal logs: everything goes through
- Disable every single plugin except WooCommerce, Satispay, PayPal and SumUp
- Change theme to Storefront AND disable every single plugin except WooCommerce, Satispay, PayPal and SumUp
- Checked file permissions
- Regenerated .htaccess file
- Enabled wp-config debug mode
- Reinstalled WordPress
Regarding the ?wc-ajax=update_order_review part, I thought it was a cached nonce issue, therefore I tried to:
- Check if I had any plugins that enabled caching: impossible since I disabled everything
- Check if I had caching enabled in WordPress: impossible since I do not
- Added define (‘WP_CACHE’, false); and define(‘DISABLE_CACHE’, true); to try and disable cache, still doesn’t work
- Tried adding code snippets I found online to disable the update_order_review call itself in functions.php in theme editor, still doesn’t work
- Tried contacting my hoster to check if there is any caching done in their part, I got told to ask here instead
- Tried disabling cache from Chrome itself, still doesn’t work
Before this, payment methods would start working for days a time, then stop working, then start working again, now they all stopped working completely.
So then: it’s not a caching issue, it’s not plugins OR theme conflicting, it’s not a broken WordPress installation, it’s not the items themselves, what could it be?
At this point I’m willing to pay to get this fixed. I just need to be done with this as soon as possible. Thank you.
Alex
The page I need help with: [log in to see the link]
- The topic ‘Error Processing Checkout. Please Try Later’ is closed to new replies.