Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PayPal checkout - credit card tab by default

Is there anyway to make that the part where you enter your credit card information is open by default, instead of the part where you enter your paypal information?

I really need this, but wasn`t able to find anywhere!

like image 643
user1612250 Avatar asked Dec 15 '12 10:12

user1612250


People also ask

How do I enable PayPal checkout?

Click the Store feature. Click Checkout Settings. Click the Checkout Settings tab to set up your Store payment information. Click Activate to activate your Paypal Express checkout.

What is PayPal Express checkout buttons?

Unlike other payment methods, PayPal Express Checkout allows the customer to check out at the beginning of the usual checkout workflow from the product page, the mini shopping cart, and the shopping cart. 1. Customer places order. The customer clicks/taps the Check out with PayPal button.

How do I disable PayPal Express checkout?

Once you click 'product pages', you can scroll down and you will see the option to uncheck the dynamic checkout options. Please note: this will only leave the add to cart button on the product pages.


1 Answers

The only way to do that is with Express Checkout. In your SetExpressCheckout request you set SOLUTIONTYPE=Sole and LANDINGPAGE=Billing.

This will force the full credit card form to be displayed so people can enter a credit card without creating a PayPal account...

enter image description here

This can't be done with Payments Standard, unfortunately. "Guest Checkout" is available with Payments Standard, but it's all cookie based, so if any person on the computer being used has ever signed in to a PayPal account it will assume that's what they'll be doing in the future and it won't present the credit card option.

EDIT

This question came up again and I had more information to provide. Check it out.

like image 181
Drew Angell Avatar answered Sep 21 '22 08:09

Drew Angell