Purchase confirmation: trouble retrieving payment receipt
-
Hi,
on my Purchase Confirmation Page, after the user comes back from Paypal, (Paypal standard), i get a wait page, and after 8 seconds it refreshes to show an error, “Sorry, trouble retrieving payment receipt”This on two of my client Live websites,
I made a clean install on my server, and still i have the same issue.
(my site redirecting to sandbox Paypal this time)spent a few good hours i see that it is an issue with session variables. on the Purchase Confirmation page, in the function edd_receipt_shortcode()
$session = edd_get_purchase_session();
gives an empty string.
I added EDD_USE_PHP_SESSIONS and set it to false, .. no change. same error,
if anyone can point me to a right direction.
Thanks in Advance.
M.
- The topic ‘Purchase confirmation: trouble retrieving payment receipt’ is closed to new replies.