Does Paypal support checkout without login?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Does Paypal support checkout without login?

rohit
Hi,

Is paypal not supported for 'checkout without login'. I can see paypal as a payment option when regular checkout is followed, but it is not shown when I attempt 'Checkout without login'. any ideas.

Thanks,

Rohit
Reply | Threaded
Open this post in threaded view
|

Re: Does Paypal support checkout without login?

John Martin
Hi Rohit,

I ran into this problem a while ago.  You are correct that it does not
appear if you are not logged in.  I've partially implemented this but have
not checked it yet.  I'm going to be back in this code fairly soon.

John
Reply | Threaded
Open this post in threaded view
|

Re: Does Paypal support checkout without login?

rohit
Yup, even when creating a order from the catalog side, the paypal option in not displayed, this can be understandable since we cannot create a paypal payment, but even when a customer tries to create order from a quote, paypal as a payment option in not displayed.

I am not sure if there is some logic behind this or if it was just missed out.

Rohit


John Martin-6 wrote
Hi Rohit,

I ran into this problem a while ago.  You are correct that it does not
appear if you are not logged in.  I've partially implemented this but have
not checked it yet.  I'm going to be back in this code fairly soon.

John
Reply | Threaded
Open this post in threaded view
|

Re: Does Paypal support checkout without login?

John Martin
I had posed this question a couple months ago and the response was that they
overlooked the implementation.  The code that deals with this is a bit
confusing due to all of the various scenarios.

-John