Post by loc7 » Fri Aug 22, 2014 6:28 am

Hi All,

I have a US based Paypal Payments Pro a/c and am using the "PayPal Payments Pro Payflow Edition" Payment plug-in that comes with the default installation of OpenCart v1.5.6.4.
I am using "Authorization" as the transaction method.

I processed a transaction to test the plug-in. It went through but when i see the transaction on PayPal the name and email field are not normal. There is a "+" between first name and surname followed by "NotProvided" as shown in the attached picture. Also in the Shipping Address, it is "No address Provided".

Any suggestion on how to resolve this issue would be greatly appreciated. Also, please suggest if there are any other commercial plug-ins that i can use with US PayPal Payments Pro a/c.

Best Regards,
Lochan.

Attachments

PayPalError.png

PayPalError.png (28.74 KiB) Viewed 5383 times


New member

Posts

Joined
Sat May 31, 2014 5:16 am

Post by Cue4cheap » Fri Aug 22, 2014 10:38 am

What version of Open Cart do you use? I use the built in Pay Flow Pro module in 1.5.6 and it doesn't exhibit this problem at all.

Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by loc7 » Sat Aug 23, 2014 12:04 am

Thanks for the response Cue4cheap.
I am using OpenCart v1.5.6.4.

New member

Posts

Joined
Sat May 31, 2014 5:16 am

Post by Cue4cheap » Sat Aug 23, 2014 4:30 am

And which payflow module are you using?

Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by loc7 » Sat Aug 23, 2014 4:37 am

PayPal Payments Pro Payflow Edition.
The module was installed with the default installation of OpenCart 1.5.6.4.
Our PayPal Pro a/c is new and we've confirmed with PayPal and its functional.
I tried with the default template and changed the transaction method to Sale as well but still same issues.

Can you please suggest on any available fix.
Thanks,
Loc.

New member

Posts

Joined
Sat May 31, 2014 5:16 am

Post by Cue4cheap » Sat Aug 23, 2014 4:54 am

I don't use that one - I don't remember why, but this one works very well for us: PayPal Payflow Pro iFrame

Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by loc7 » Sat Aug 23, 2014 5:36 am

:good: :good: Thanks much Mike,
I installed the "PayPal Payflow Pro iFrame" and called PayPal. They made some changes to our a/c and it's working now!!!
What a relief ;D ;D ;D !!!
I actually called PayPal and asked them which plug-in to use in the beginning, don't know why they suggested me the "PayPal Payments Pro Payflow Edition".

I can see the Name and Shipping Address populated properly in Paypal. However, it looks like the email address isn't passed by OpenCart as I see "No email address included" in the email field. Have you fixed that one as well?

Thanks again for your time and concern.
Best Regards,
Loc.

Attachments

emailError.png

emailError.png (5.06 KiB) Viewed 5354 times


New member

Posts

Joined
Sat May 31, 2014 5:16 am

Post by Cue4cheap » Sat Aug 23, 2014 5:44 am

Actually that doesn't happen to us. In reality we enabled it, put our details in and it worked straight away, including passing the email address.

Odd and it has me stumped unless your customer account didn't have the email address filled in?

Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by loc7 » Sat Aug 23, 2014 6:02 am

Thanks Mike!!
I tested another transaction and made sure i put the email address, still it's not showing up in PayPal.
I'll have to figure it out.

But, thanks much for your input. Really Appreciated. Keep up the good work.

Best Regards,
Loc.

New member

Posts

Joined
Sat May 31, 2014 5:16 am

Post by loc7 » Sat Aug 23, 2014 11:02 am

Hi Mike,

After using "PayPal Payflow Pro iFrame", all the orders are missing. I can only see the orders when i set the status to "Missing" and filter the orders.
I did some research and found that PayPal IPN may be the issue. Did you face any issue like this?
Do we need to enable the IPN settings in PayPal.com and then set the urls for cancel, error, return and silent manually on PayPal?

Thanks much.

New member

Posts

Joined
Sat May 31, 2014 5:16 am

Post by loc7 » Tue Aug 26, 2014 9:07 am

I switched back to "PayPal Payments Pro Payflow Edition". That way i got rid off "Missing Orders". However, I still have the issue where the shipping address is not sent to paypal manager a/c and the normal paypal a/c. Only the billing address is passed and the first name and last name are separated by "+" with "NotProvided" appended. Also, the email field in the billing address in paypal manager a/c has "%40" inplace of "@". So, clearly opencart is not passing info back to PayPal in correct form.

Anyone with similar issue?

New member

Posts

Joined
Sat May 31, 2014 5:16 am

Post by mkp007 » Wed Feb 10, 2016 1:36 pm

If you are trying to use Payflow and it is not working, the link for the transaction request is old.

Open file: catalog/controller/payment/pp_pro_pf.php

Find:

Code: Select all

if (!$this->config->get('pp_pro_pf_test')) {
			$curl = curl_init('https://payflowpro.verisign.com/transaction');
		} else {
			$curl = curl_init('https://pilot-payflowpro.verisign.com/transaction');
		}

And replace with:

Code: Select all

		if (!$this->config->get('pp_pro_pf_test')) {
			$curl = curl_init('https://payflowpro.paypal.com');
		} else {
			$curl = curl_init('https://pilot-payflowpro.paypal.com');
		}
strange that this isn't posted somewhere. Am I the only one using Payflow Pro?

For more info: https://developer.paypal.com/docs/class ... guidelines

Vorticy, Inc.
Opencart 1.5.6.4, MySQL 5.1.73-5, PHP 5.3.3-46, Plesk v12.0.18, OS CentOS 6


New member

Posts

Joined
Fri May 10, 2013 12:56 am

Post by ahuvainc » Fri Mar 18, 2016 3:34 am

This is an old post but I am having the same problem running version Version 2.1.0.2. It saying credentials are not valid.
In the payment module under "user" field hovering over the "?" shows an undefined variable pointing to template/payment/pp_payflow.tpl on line 38 which is not reading the "User" field and causing checkout error.

Screen shot attached.

HELP !

Attachments

pp_error.jpeg

pp_error.jpeg (137.03 KiB) Viewed 4240 times


Skype me at 'ahuvainc'


User avatar
Newbie

Posts

Joined
Fri Mar 18, 2016 3:28 am
Location - Israel
Who is online

Users browsing this forum: No registered users and 4 guests