2008/11/25 Bruce Kroeze <[EMAIL PROTECTED]>: > I'd just add a token to the session, possibly making a new table mapping > tokens to carts. Does this make sense? You can't actually make the order > until you have the contact information, so you won't be making any order at > all until *after* you get the return from PayPal express. > So don't even try. Just make a token, store it in a table and in the > session, and submit to PayPal. One receipt of the contact info from PayPal, > *then* make the order. > Bruce Kroeze > http://gosatchmo.com
If I understood how paypal express works, the user must be redirected to paypal and after that the e-commerce site can ask users details. I want to send the needed informations to the view in which the order is created from the user contact details, avoiding user submission. Are you sure it's not possible? This is my ideal flow: 1) user fills the cart 2) user clicks to paypal express button 3) user log on or make the payment directly with his credit card, and he fills his contact data on paypal express checkout if it's not already there from his paypal registration 4) the user returns to the payship where he choice shipping metods 5) I create and close the order, retrieving the necessary informations to the paypal token. -- 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 -~----------~----~----~----~------~----~------~--~---
