-1

The php script oscommerce uses for paypal express , and other paypal modules only sends the buyers name and email when they order something. I found a quick fix for a different paypal module that sends all the useful information when some one buys something ,i.e. address what items they bought and quantity.

i found this fix on the web here, but it is for a different paypal module is there a fix for paypal express? This will be extremely helpful for me, thank you

if needed i can send the php script for paypal express , its over 400 lines. I added the code to paste bin here

is there a fix for paypal express on the web some where or can some one help me to get paypal express to work thank you

pyCthon
  • 11,746
  • 20
  • 73
  • 135

1 Answers1

2

What you have to do is to add some parameters into the post request. In your pastebin file (which is not the latest version of the module) it is about lines 197-201.

You can find the list of parameters here: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECCustomizing under "Integrating Order Details into the Express Checkout Flow" section.

If you have at least basic PHP knowledge it will not be a problem for you to do this. If something is still not clear please ask.

user487772
  • 8,800
  • 5
  • 47
  • 72