Page 1 of 1

PayPal payments standard not sending confirmed address

Posted: Mon Sep 07, 2015 3:23 am
by belowcost
Using PayPal standard, all is configured on OC, orders get processed, a user completes the order, logs into paypal, finalizes order, and the paypal payment comes through, but the paypal payment after logging into PayPal NO longer shows an address (or confirmed address)

The address was entered during the cart checkout, and the order confirmation does come through with a complete address

The person logging into paypal, does have a confirmed address, as I tested it using an account I have, and I do have a confirmed address as well.

I have tried both transaction methods, Sale and Authorization


Any help would be appreciated..

Re: PayPal payments standard not sending confirmed address

Posted: Wed Dec 16, 2015 5:27 pm
by yorkshireboy
Hi - I have the same problem.
Do you ever solve it?

Re: PayPal payments standard not sending confirmed address

Posted: Sun Dec 20, 2015 7:28 am
by agatha65
Open this file
catalog/view/theme/default/template/payment/pp_standard.tpl
or if you have a custom theme check if there is the same file
catalog/view/theme/YOUR-THEME/template/payment/pp_standard.tpl
find this line of code

Code: Select all

<input type="hidden" name="no_shipping" value="1" />
change the value to 0 or 2.
Check the documentation about "no_shipping":
https://developer.paypal.com/docs/class ... variables/
Do not prompt buyers for a shipping address. Allowable values are:
0 – prompt for an address, but do not require one
1 – do not prompt for an address
2 – prompt for an address, and require one
The default is 0.

Re: PayPal payments standard not sending confirmed address

Posted: Fri Dec 25, 2015 5:06 am
by DSTAngieB
THANK YOU Agatha!
I am going to try this now. I'm having the same problem.

Re: PayPal payments standard not sending confirmed address

Posted: Sun Dec 27, 2015 6:10 pm
by heilbutt
Tried the method Agatha suggested. It did not work for me. Still no confirmation email if paypal standard is used. Any news on this issue?
Thank you!