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.
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 (28.74 KiB) Viewed 5377 times
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.
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.


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



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 (5.06 KiB) Viewed 5348 times
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
Odd and it has me stumped unless your customer account didn't have the email address filled in?
Mike
cue4cheap not cheap quality
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.
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.
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.
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.
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?
Anyone with similar issue?
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:
And replace with:
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
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');
}
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
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 !
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 (137.03 KiB) Viewed 4234 times
Skype me at 'ahuvainc'
Who is online
Users browsing this forum: No registered users and 11 guests