How can I force Guest Checkout in Woocommerce using PayPal Express?

I’m trying to launch an online store using WordPress, WooCommerce and the “Paypal for Woocommerce” Plugin.

On Paypal, Guest Checkout is only available on mobile, but it’s not an option on desktop. I read somewhere that you need to add this lines to your SetExpressCheckout API Call but I don’t know where to put them:

Read More
SOLUTIONTYPE=Sole
LANDINGPAGE=Billing

Can anyone using this plugin help me? Thank you.

Related posts

Leave a Reply

1 comment

  1. it is true that if you add those parameters to the SetEC API call it will enable guest checkout and present the credit card form on the hosted page. To add these parameters, however, you have to alter the source code of the plugin. If you are using Angelleye’s plugin there is a setting:

    PayPal Account Optional – If your PayPal account is setup with PayPal Account Optional enabled (available in your PayPal account profile) then setting this option here will provide a better checkout flow for non-PayPal users. It will be more obvious that you do not need a PayPal account in order to complete payment, and this will typically increase conversion rates.

    you can see complete documentation here.