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
Latest News: (loading..)
Paypal express no update shipping informations
Started by etc01, Apr 19 2011, 19:04
1 reply to this topic
#1
Posted 19 April 2011, 19:04
#2
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?
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?














