Page 1 of 1

PayPal Express and Customer shipping Address problem

Posted: Tue Nov 12, 2019 12:23 am
by dev74
Hi All I'm here because when I receive a payment notify from paypal always I can't see the schipment address of my customer that send to me the payment, actually I use PayPal Express extension on Opencart 3.0.2.0 I also see that the payment Address cant view inside my PayPal account, ther is anithing that I ca do for send my customer address to paypal when they make some payment on my ecommerce ? In this case I can't rights seller protect programs of paypal...
thanks for all

Re: PayPal Express and Customer shipping Address problem

Posted: Tue Dec 03, 2019 4:09 am
by nazimr
hey brother you should call them or run page again .. it happened to me before .
________________________________
Tutuapp 9apps Showbox

Re: PayPal Express and Customer shipping Address problem

Posted: Wed Apr 29, 2020 1:03 pm
by SteveMca
First thing to check is that your products all have "Requires Shipping" set in the data tab of your product settings. If this isn't set then an attribute is sent to PayPal telling them your product doesn't need shipping, so you don't need the buyer's address.

Image

You might need to do a bulk update of the attribute in the database if you have a lot of products. Like this:

Code: Select all

update YOUR_DB_NAME.oc_product set shipping = 1