- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an Add To Cart button that has been working for years.
Now, suddenly a few day ago, I get this message: "PayPal Checkout - Please try again. Things don't appear to be working at the moment. Please try again later."
Here's the website and a random product page:
http://www.nieszvintagefabric.com/
http://www.nieszvintagefabric.com/productdetails.aspx?productID=396
It doesn't matter which product is chosen. They all result in the same error.
Has something recently changed?
Walter
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SOLVED.
Apparently, Paypal changed some things, and now you cannot pass a currency indicator with the Amount data passed back with the Add To Cart button.
This means that
$12.34
...will no longer work, but...
12.34
...does.
FWIW, I found the answer here:
https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ2067
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SOLVED.
Apparently, Paypal changed some things, and now you cannot pass a currency indicator with the Amount data passed back with the Add To Cart button.
This means that
$12.34
...will no longer work, but...
12.34
...does.
FWIW, I found the answer here:
https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ2067

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.