Page 2 of 2
★ THIS FIX NEEDS TO BE POSTED TO THE TOP. AWESOME! ★
Posted: Sat Aug 15, 2015 9:43 am
by supak111
OMG THIS NEEDS TO BE POSTED SOMEWHERE FOR EVERYONE TO SEE. AWESOME FIX!!!
Took me about a month and a half of trying to figure out why I couldn't get customers shipping address to be recorded at paypal and on my "Notification Of Payment" eMails from PayPal. I was running without seller protection for almost 6 months now and actually lost some orders to disputes! I didn't think there was a fix for this without doing PayPal Pro which costs $30 a month and requires SSL. I even went as far as trying to hire a private developer to implement some sort of fix for this! This is so easy and does work on 2.0.1.1 as well, should work on any version of OC.
THANK YOU
THANK YOU
THANK YOU!!
PS On PAYPAL you have 3 number options
I use #2 as it requires customers to pick an address there fore you ALWAYS get seller protection. With #0 may or may not get it, with #1 you NEVER GET IT! (default in 2.0.1.1)
name="no_shipping" value=" YOUR NUMBER GOES HERE "
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
Re: Opencart 2 not sending shipping address to paypal standa
Posted: Tue Aug 18, 2015 9:06 am
by supak111
PS. If you use #1 or #3 make sure you have shipping calculator turned OFF in paypal.com settings. If you leave the calculator ON your customer will get charged for shipping twice, once by opencarts, and once by PayPal.
Re: Opencart 2 not sending shipping address to paypal standa
Posted: Tue May 03, 2016 10:53 pm
by Gamble
I don't have a catalog/view or a catalog/theme. This is what mine looks like, so where do I go to fix it?
I am using 2.0.3.1
Re: Opencart 2 not sending shipping address to paypal standa
Posted: Tue May 17, 2016 10:23 pm
by adambc
Has this changed for 2.1.x
I've tried the above fix adjusting the no_shipping value but my checkout will only properly work if I set the value to 1.
If I set the value to 0 or 2 when I try to checkout I get a paypal error page saying "The link you have used to enter the PayPal system is invalid. Please review the link and try again." But if I set the value back to 1 it will checkout without a problem.
Is there a new fix for this? Really need shipping address sent to paypal so I can be eligible for seller protection.
Any help would be much appreciated. 200+ orders have gone through without seller protection because I just can't seem to get paypal to collect the shipping info properly.
Thanks
Re: Opencart 2 not sending shipping address to paypal standa
Posted: Mon Oct 03, 2016 9:42 pm
by parkookk
On OpenCart 2.3.0.2,
go to catalog\view\theme\default\template\extension\payment\pp_standard.tpl
edit
name="no_shipping" value="1"
to
name="no_shipping" value="2"
I see some people in here advising to change the value of no_note to fix this issue but no_note is not about shipping.
If you want the buyer to leave a note for you on the checkout then you can use the no_note and here is how:
edit
name="no_note" value="1"
to
name="no_note" value="0"
Re: Opencart 2 not sending shipping address to paypal standard
Posted: Thu Feb 23, 2017 5:32 am
by benjamindemers
I have applied the fix. Now how do I test to see if it is working? Should I buy a product from my cart? Please advise? Also, this is a MAJOR problem with this cart. Why is it not being FIXED so that this is not an issue OUT OF THE BOX for PayPal Standard Payments? WHY did you code the ability to choose these options OUT of this version? This makes ZERO sense! Please advise if there is going to be a fix of this issue and also how I can test if this fix listed has solved the issue. I am being charged 20 bucks on every dispute whether I win the dispute or not for returned check fees!
Re: Opencart 2 not sending shipping address to paypal standard
Posted: Tue Mar 28, 2017 10:50 am
by joestock
After looking into this issue for version 2.3.0.2 and sending off several email messages to the techs at PayPal, we have it fixed for version 3.2. The fix is the same as listed above, however the value should be set to 2 instead of 0 like this:
<input type="hidden" name="no_shipping" value="2" /> .
in the default theme it occurred on line 40 but it could be different if your file has been edited.
The file for version 3.2 will be located in
catalog\view\theme\default\template\extension\payment\pp_standard.tpl.
Keep in mind that if you are using a theme other than the default theme, you might need to replace the default folder in the path above with the name of your theme's folder but only if this file has an equivalent in your themes folder.
Re: Opencart 2 not sending shipping address to paypal standard
Posted: Fri Jun 16, 2017 6:45 am
by MTGS
OMG! I have sat and read through post after post trying to find an answer to this problem. It just started out of the blue yesterday. Thanks for the fix!!!

Re: Opencart 2 not sending shipping address to paypal standard
Posted: Sat Jun 17, 2017 1:49 am
by n2rtechnologies
hi
please edit catalog/view/theme/yourtheme/template/payment/pp_standard.tpl on line 40 make no_shipping value to 0.
<input type="hidden" name="no_shipping" value="0" />
I am sure it will work no..
Please contact us for support
http://www.n2rtechnologies.com/
Re: Opencart 2 not sending shipping address to paypal standard
Posted: Wed Nov 01, 2017 9:56 pm
by tingwing
opencart2.3.0.2,if set to "2",yes,shipping address will be sent to Paypal,but,customers can not pay by entering only paypal id and password,they have to enter a credit card at the same time.that is ,customers cannot pay by paypal depsosit. do you have the same issue as mine? thanks
Re: Opencart 2 not sending shipping address to paypal standard
Posted: Thu Jun 07, 2018 12:45 am
by RaceVTA
That was easy, also works on 3.x
Re: Opencart 2 not sending shipping address to paypal standard
Posted: Sat Jan 05, 2019 10:01 pm
by yancp
Can someone advise the edit should be made for 1.5.6.4 as i do not have a line with "shipping" in my pp_standard.tpl?
Is it the line <input type="hidden" name="no_note" value="1" /> i should edit to value 0?
I am not sure as i do not see how it affects the shipping address info and my problem is when country is missing from order ( i use flat rate depending on country) and order is not getting shipping cost at all.
I am also thinking to add in .tpl the line
<input type="hidden" name="no_shipping" value="0" />
but kind of uncertain if this will mess up things more
Re: Opencart 2 not sending shipping address to paypal standard
Posted: Sun Jan 06, 2019 3:40 am
by ADD Creative
no_note will not make any difference. no_shipping defaults to 0 anyway. You could try adding it or setting it to 2, but I'm not sure it will help with your issue.
Re: Opencart 2 not sending shipping address to paypal standard
Posted: Sun Jul 28, 2019 4:13 pm
by Patternsco
HI just to tell you guys you should set field above to 2, AFTER Clear Cache! Clear OC cache its important maybe thats why so many people are not getting results
Works for OC2 and Oc 3.0.3.2 latest version to date
