On Tue, Nov 25, 2008 at 3:57 PM, Alessandro Ronchi <
[EMAIL PROTECTED]> wrote:

>
> 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.


That is all possible, except for that #4 above conflicts with #2, since you
don't know the shipping cost until the user chooses it, and it changes the
total, which you can't do since they've already paid.  Or does PayPal let
you go back in and charge more once you know shipping?

(as an aside, I completely dislike PayPal's shipping model.  It is
idiosyncratic at best, and brain damaged at worst.  That's why in Satchmo we
just call our shipping a "handling" charge when we are sending it to PayPal
and set shipping to 0.00)

If you have only one shipping type, and the price doesn't vary by
destination, you could just precalculate it before sending to PayPal,
otherwise I'm not sure how that is supposed to work.

I'm really not sure what the advantage of PayPal express over regular PayPal
is supposed to be.  What is its killer feature?  There must be something.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to