I'm getting shipping addresses in PayPal, this is a slightly different issue (discussed here http://www.zen-cart.com/forum/showpost.php?p=662308). I've seen the question asked a few times, but I haven't seen an answer yet so I'm hoping I didn't miss something and thus taking up time on question that's already resolved.
I'm using ZenCart 1.3.8a with PayPal Express checkout module installed. What I'm seeing are the following issues, although I assume they're all related.
I send the user back to my shipping page even if they use express checkout, we sell flowers and so I want them to pick a delivery date.
#1 - If a buyer uses the express checkout button, and then changes the shipping address on the PayPal site, when they return to our site the shipping address matches what they entered on the PayPal site, however the shipping name is the buyer's name, not what was entered as the shipping name.
#2 - If a buyer has an account on our site, and they go through the checkout process, and change the shipping address when they are forwarded to PayPal after clicking Confirm if choose to pay by CC instead of logging on to a PayPal account the buyer information is auto-filled with the shipping info, instead of the buyer info. Once the order is completed the PayPal information on our site lists the Buyers name, but the Shipping address on the order page inside the grey PayPal info box.
#3 - Same scenario as #2 only the buyer uses a PayPal account. No problems since they don't have to fill out the CC info, but on the order page on our admin site the buyer information is the name on the PayPal account and the shipping address.
I understand that #2 and #3 might be an issue with PayPay not sending back buyer information (I'm pretty sure that's the case), but any ideas on why #1 I'm getting back the buyer name instead of the shipping name, and #2 We're autofilling the CC form with the shipping info instead of the buyer info?
I did try the fix mentioned in the thread above
It looks like that fixes issue #1 (have to do some more testing to be sure), but I still have the problem were the CC form is auto-filled with the shipping info instead of the billing info.Code://'no_shipping' => MODULE_PAYMENT_PAYPAL_ADDRESS_REQUIRED, 'no_shipping' => 2,
Thanks!




