I managed to set the setcheckoutexpress and get the authorization for the payment. Now I need to collect the data I get on paypal express, to compile contact fields, and go on to the success page.
I looked for the place where it creates the contact from from satchmo.contact.models, but I was unsuccessful. I only need to send the contact form results without showing the contact informations request usually placed on /checkout/ I also need to add to my order two fields: token and payerID. Is it possible to do that on Process.py? Where, exactly? Paypal returns an url like that: http://www.mysite.com/checkout/paypal_express/confirm/?token=EC-6EM34541M41968106&PayerID=38ZZEMW24FNG8 from that token I can get all my details: [EMAIL PROTECTED] PAYERSTATUS=verified &FIRSTNAME=... &LASTNAME=... &COUNTRYCODE=US &BUSINESS=... &SHIPTONAME=... &SHIPTOSTREET=... &SHIPTOCITY=... &SHIPTOSTATE=CA &SHIPTOCOUNTRYCODE=US &SHIPTOCOUNTRYNAME=United%20States &SHIPTOZIP=94666 &ADDRESSID=... &ADDRESSSTATUS=Confirmed and put on Contact class, then add it to my order. where does the contact is attached to order? -- Alessandro Ronchi Skype: aronchi http://www.alessandroronchi.net SOASI Soc.Coop. - www.soasi.com Sviluppo Software e Sistemi Open Source Sede: Via Poggiali 2/bis, 47100 Forlì (FC) Tel.: +39 0543 798985 - Fax: +39 0543 579928 Rispetta l'ambiente: se non ti è necessario, non stampare questa mail --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
