Page 1 of 1
PayPal Express confirmation email without order/invoice ID?
Posted: Thu Oct 24, 2013 6:41 am
by happy
Hi, if i get a PayPal Express payment and confirmation email from PayPal, then can't see any relation to order or Invoice ID.
How i can fix this?
Re: PayPal Express confirmation email without order/invoice
Posted: Thu Oct 16, 2014 8:31 pm
by Rich1993
Hi - We are having the same issue - Has anyone found a solution for this?
Re: PayPal Express confirmation email without order/invoice
Posted: Tue May 17, 2016 9:57 am
by eddielai
This post might be able to solve the problem:
http://forum.opencart.com/viewtopic.php?f=22&t=151170
In catalog/controller/payment/pp_express.php file,
find twice:
CODE: SELECT ALL
'METHOD' => 'DoExpressCheckoutPayment',
add after both:
CODE: SELECT ALL
'PAYMENTREQUEST_0_CUSTOM' => $order_id,
This should resolved the problem by seeing the order ID as a custom field on your Paypal account end.