Jump to content


Corporate Sponsors


Latest News: (loading..)

Paypal express no update shipping informations


  • You cannot reply to this topic
1 reply to this topic

#1 etc01

  • Community Member
  • 19 posts
  • Real Name:ettore

Posted 19 April 2011, 19:04

Sorry for my bad English!
Is it possible to use paypal express and to avoid to update the shipping and billing informations of the site with
the informations of paypal-account?
Thank you
Ettore

#2 rfwoolf

  • Community Member
  • 64 posts
  • Real Name:Richard

Posted 16 July 2011, 22:23

Yes this would be possible by modding the files.
There is an API call called GetExpressCheckoutDetails which is called after the customer has visited PayPal - it fetches all their details. Find out where that is being called in their code and modify it to NOT over-ride the details.
I should warn you that some coding experience would be necessary - you'd also need to think about different scenarios:
Scenario 1: Customer doesn't create an OsCommerce account, then uses PayPal Express, your site will need their details!
Scenario 2: Customer has an Oscommerce account, uses PayPal Express, now you don't want their details?