2 replies [Last post]
jag
jag's picture
Offline
Joined: 12/11/2007
Juice: 10
Was this information Helpful?

Hi,

I am having a problem with the billing and shipping addresses when they are passed to Paypal WPS.

First here are my settings.

MySQL database 5.0.67
PHP 5.2.8
Drupal 5.15
Ubercart 5.x-1.7

When a user submits their information, they are redirected to paypal. Then if they choose pay by credit card and not login, it displays the billing information correctly. So then they enter their credit card info.

When they click continue, it sets the shipping address on paypal to the billing address instead of the shipping address from ubercart. The problem I think lies in the payment settings tab.

Under payment methods->Paypal WPS(I have the options set as)

PayPal cart submission method:

Submit an itemized order showing each product and description.

Shipping address prompt in PayPal:
Do not show shipping address prompt at PayPal.

Yes: Submit address information to PayPal to override PayPal stored addresses.

Sent address selection:
Send billing address to PayPal.

So it sends the billing address to paypal. Shouldn't it send both the billing and shipping since they could be two different values? I had someone order a product and we almost shipped to their billing address, then realized they had a different shipping address from email correspondence with the client.

Thanks for any help,

JAG

rogerkk's picture
Offline
Joined: 02/13/2009
Juice: 2
Ubercart Documentation

Hello,

I think the documentations of drupal and Ubercart will help you in this..

Regards,
Abi
http://www.drupal-web-developers.com/

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Paypal WPS- Shipping and Billing Addresses not passed correc

If I remember right, the PayPal WPS API doesn't support sending in multiple addresses... which is why it's auto-populating with the shipping address. I think you might just have to fiddle with the settings till you arrive at the least distasteful solution. Sad