Page 1 of 1

Show PayPal Pro Hosted IPN info in Order History Comments

Posted: Thu Jul 18, 2013 4:42 pm
by MikeSCC
Hello,

I have recently installed the following PayPal Pro Hosted (iframe) payment module on my website:

http://www.opencart.com/index.php?route ... on_id=6435

It is working well however I need to pass the IPN information (specifically the PayPal transaction ID) back to OpenCart and would like it to show in the 'Comments' section under 'Order History' (like the default PayPal Pro module does).

Currently the IPN information is passed to the log:

Code: Select all

$this->log->write('pp_pro_iframe_test :: IPN REQUEST: ' . $request);
However I cannot get it to show in the 'Comments'. One solution I've tried is Qphoria's suggestion in the following post (relating to PayPal Standard) but still luck:

http://forum.opencart.com/viewtopic.php ... 201.5.x%29

Any advice would be greatly appreciated.

Thanks,

Mike

Re: Show PayPal Pro Hosted IPN info in Order History Comment

Posted: Sat Jul 20, 2013 12:07 am
by MikeSCC
Thanks for any help on this. I think it would work in a similar way if done with the default PayPal Standard payment module.

Re: Show PayPal Pro Hosted IPN info in Order History Comment

Posted: Sat Jul 20, 2013 2:18 am
by labeshops
I would also love to know how to send the transaction id to comments for paypal standard. Never have figured it out.

Re: Show PayPal Pro Hosted IPN info in Order History Comment

Posted: Mon Aug 05, 2013 4:35 pm
by MikeSCC
Is there anybody at all who can help with this? I've tried all I can but cannot seem to get it to work, I'm sure it's a fairly simple thing to do and I'm just missing something.

Thanks,

Mike

Re: Show PayPal Pro Hosted IPN info in Order History Comment

Posted: Tue Jan 07, 2014 10:00 pm
by MikeSCC
Were there ever any suggestions for this?

Thanks.

Re: Show PayPal Pro Hosted IPN info in Order History Comment

Posted: Wed Jan 08, 2014 12:02 am
by Qphoria
I can add Transaction ID to the comments if that is what you are looking for