2008/11/14 Alessandro Ronchi <[EMAIL PROTECTED]>: > 2008/11/14 Chris Moffitt <[EMAIL PROTECTED]>: >> This isn't for Satchmo exactly but it shows how to use with Django. >> Hopefully it helps point you in the right direction. >> >> http://uswaretech.com/blog/2008/11/using-paypal-with-django/ > > Thank you. > I have already implemented (using some python and django examples) a > payment library, but I cannot manage to insert it on my checkout flow, > because on chart I haven't the order and in the next step I have user > data request. > > Maybe the best way should be to add a button on the step after cart > (where the user says how to ship and pay) and make the user data > optional, but I need to pass to paypal my order details, and I have to > create the order.
I made a mistake. In express checkout I can request the autorization of payment before calculating the total amount (with or without taxes, shipping and so on). So I can put the express button on chart, and then redirect to paypal. After the paypal authorization I can send the user to the page with shipping modules and hidden payment choices and user info (I can get them from paypal) and then return. is there any signal to send the contact information to create a new contact? I've seen there's also a note field in the order. it can be shown to the user in the form at the end of checkout page, to give him the chance to send some more informations? -- 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 -~----------~----~----~----~------~----~------~--~---
