PayPal Express Shipping Address

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
sleeve
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Fri Apr 16, 2010 3:18 pm

PayPal Express Shipping Address

Post by sleeve » Fri Jul 13, 2012 4:02 pm

Hi All,

We are currently testing PayPal Express with our AC sites (versions 7.05 and a 7.07). Whatever shipping address is selected in PayPal actually overwrites the user's primary address in the AC site. BUT it leaves the user's primary address name. So if the customer wants to ship to someone other than themselves, their primary address will retain their own name, but contain the address data for the recipient. I would expect a new entry to be created in the user's address book, especially for authenticated users. This seems like a bug to me... Anyone else having problems?

Thanks,
Sleeve

WebDev7
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 49
Joined: Thu Oct 14, 2010 7:25 am

Re: PayPal Express Shipping Address

Post by WebDev7 » Mon Dec 02, 2013 9:38 am

Hello.

In the previous post SLEEVE has above, was it intentional in the code to NOT bring over the Name of the SHIP TO person that was entered at PayPal.com to AC checkout?

Thank you in advance,
WebDev7

tomk
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Fri Dec 06, 2013 12:50 pm

Re: PayPal Express Shipping Address

Post by tomk » Mon Mar 10, 2014 8:19 am

Hi Able -

Would you please respond to this thread. It appears that the Able API for PayPal Express does not bring over the final correct bill/to and ship/to information if the customer is sending the package to someone other than themselves as noted in the earlier comments. This requires the need for every PayPal order to be compared to the PayPal Notification of Payment Received email to be sure that the ship to names match-up and then correct the Able order if they do not. Do you know what might be causing this? Was there some sort of limit to the scope of the information that Able was bringing over or is this a bug that may have developed over time?

Tom K.

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: PayPal Express Shipping Address

Post by Katie » Mon Mar 10, 2014 11:34 am

What version and build of Ablecommerce are you using? What is the version of the CommerceBuilder.PayPal.dll. You can find all this from the Help > About page.

After I get this information, I'll do some checking.

Thanks
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

tomk
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Fri Dec 06, 2013 12:50 pm

Re: PayPal Express Shipping Address

Post by tomk » Mon Mar 10, 2014 1:19 pm

Katie -
Able Version 7.0.6.14312
Paypal: 7.6.14103.0
Thanks,
Tom K.

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: PayPal Express Shipping Address

Post by Katie » Mon Mar 10, 2014 3:05 pm

We released an updated Paypal DLL on 10/23/2013. I would install the new version and see if it fixes the issue.

http://help.ablecommerce.com/upgrades/a ... atches.htm
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

tomk
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Fri Dec 06, 2013 12:50 pm

Re: PayPal Express Shipping Address

Post by tomk » Tue Mar 11, 2014 5:40 am

Thanks Katie - That release would have been shortly after our implementation. I will pass it along to our developer.
Tom K.

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: PayPal Express Shipping Address

Post by Katie » Tue Mar 11, 2014 4:25 pm

Thanks Tom. Please let us know if this fixes the issue. I wasn't able to find each individual fix made in the patch file, but I'm hoping it will work.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

WebDev7
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 49
Joined: Thu Oct 14, 2010 7:25 am

Re: PayPal Express Shipping Address

Post by WebDev7 » Tue Mar 25, 2014 7:42 am

I have tried the change on clients site's 706 site and there is an error thrown from the new DLL that you have linked to above. The error reads:
System.String CommerceBuilder.Utility.HttpContextHelper.GetStoreURL()

Line 67: payPalProvider.ExpressCheckoutResult result = client.SetExpressCheckout();

Any suggestions?

Thanks

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: PayPal Express Shipping Address

Post by Katie » Tue Mar 25, 2014 8:16 am

These Paypal DLL's have been in production for years, so you shouldn't be seeing an error. I would first make sure there isn't a customization interfering with the updated DLL. Line 67 of what file? Try to find out what the error is referring to.

Then, make sure it was installed properly. For DLL's you need to stop the webserver, copy the DLL into the \Bin\ folder and then restart IIS. You can go to the Help > About page in AbleCommerce to check the version of the DLL.

Can you do this and let me know please?
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

WebDev7
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 49
Joined: Thu Oct 14, 2010 7:25 am

Re: PayPal Express Shipping Address

Post by WebDev7 » Tue Mar 25, 2014 8:29 am

The line is coming from PayPalExpressCheckout.aspx.cs
Yes, this was installed as you mention.
More than likely a customization, we are reviewing for customizations for now.

Thanks!

Post Reply