• Hi to all,

    Last week, After clicking the Checkout button, I’m sent to Paypal, The paypal respose was,

    “Things don’t appear to be working at the moment.”
    Thanks a lot, paypal. No clue as to what “things.” Some pal.

    So I update my template and woocommerce plugin to its latest versionn3.0.5 hoping the issue will resolve. But it wasn’t. I temporary disable the paypal checkout. I test the paypal checkout again today, the previous message was gone but replace by this new message,

    “Transaction Cancelled

    Error Message
    This function is temporarily unavailable. Please try your payment again later by returning to eBay and clicking the My eBay button.”

    [screenshot]

    I also found this last week, Paypal error: Things don’t appear to be working at the moment. it is from different plugin. I don’t think they resolve the issue either.

    Before I post this, I tried the paypal sandbox and it seems to be working but not the live version.

    Is anyone out there know the solution? I will really appreciate it. Thank you so much in advance.

    our website is, https://www.ledslimlights.com.au/checkout/

    • This topic was modified 7 years, 6 months ago by cessto103.
Viewing 15 replies - 1 through 15 (of 122 total)
  • My client’s customer got the same message (“This function is temporarily unavailable. Please try your payment again later by returning to eBay and clicking the My eBay button.”) However, I was able to do test purchases as both admin and customer. Curious to know what may be going on.

    • This reply was modified 7 years, 6 months ago by jrotem.

    We’ve just started receiving this message too.

    Haven’t updated the plugin recently and prior to a customer bringing this to our attention everything was fine.

    Is this a PayPal issue or WooCommerce?

    Have contact Paypal and they have advised that it is a Woocommerce error, not a Paypal error. We get the same message:

    “This function is temporarily unavailable. Please try your payment again later by returning to eBay and clicking the My eBay button.”

    Have submitted ticket to Woocommerce too.

    o no same problem here, following the thread, how can this happen? I didnot update anything at all ?? is there a number we can call? This will take to long, I will miss orders because of this

    • This reply was modified 7 years, 6 months ago by ogerbeads.
    • This reply was modified 7 years, 6 months ago by ogerbeads.

    I tested on more site with Woocommerce and same problem. ??

    how can this happen? I have installed woocommerce at my hosting…how can they change something? Did they change a link to Paypal at their system? I dont have a clue ….

    I can confirm the problem on various sites, including both Woocommerce 3.0.5 and 2.6.14. I’d throw a guess it’s Paypal problem here.

    Tried to call PP, but was on hold for 30 minutes before talking to anyone…..

    Thread Starter cessto103

    (@cessto103)

    @ogerbeads its been 9 days since I first notice this ?? . we have 2 sites that use woocommerce. i did not update the other one to see their difference. Both are having same issues.

    Hi @rezolutiondesign, Please let us know what will be the response of woocom. This is a disaster ??

    • This reply was modified 7 years, 6 months ago by cessto103.

    Maybe this might help?
    https://www.paypal-techsupport.com/

    same problem on my website, last orders yesterday at 15.54 Rome time.
    any updates?

    Failed orders here with the same error message:

    Transaction Cancelled

    This function is temporarily unavailable. Please try your payment again later by returning to eBay and clicking the My eBay button.

    Weird because we aren’t using Ebay – it’s Woocommerce :/

    Just updated to 3.06, will update shortly (when the next order hits)

    can’t you reproduce an order?

    I want to update, but I have some files edited, I am so scared all edited files will be overwritten….

    Creato

    (@creatomatic)

    We are experiencing this issue too. WooCommerce is getting sloppy these days. This is completely unacceptable.

    Hi All,

    I fixed this problem on my site. This problem because woocommerce using url with website.com?cancel_order=true&order=order_number&order_id=160 and Paypal not support.

    Solution:
    1. Find and open file: wp-content\plugins\woocommerce\includes\gateways\paypal\includes\class-wc-gateway-paypal-request.php
    2. find line

    'cancel_return' => esc_url_raw( $order->get_cancel_order_url_raw() ),

    Replace

    'cancel_return' => urlencode( $order->get_cancel_order_url_raw() ),

    It is all, good luck!

Viewing 15 replies - 1 through 15 (of 122 total)
  • The topic ‘Transaction Cancelled’ is closed to new replies.