• Resolved knguyen2011

    (@knguyen2011)


    I used this plugin to create a checkout page but there is no Paypal gate available

    github.com/angelleye/paypal-woocommerce

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Niels Lange

    (@nielslange)

    Hello @knguyen2011 ??

    It’s possible that the PayPal for WooCommerce plugin is incompatible to the WooCommerce Blocks plugin. I see that you already contacted the plugin developers via https://github.com/angelleye/paypal-woocommerce/issues/1620. I’ve added a link to your report that points to a document that shows how to make their plugin compatible.

    Besides using the PayPal for WooCommerce plugin, you could also use the WooCommerce PayPal Payments plugin, which is developed by WooCommerce and fully compatible to the WooCommerce Blocks plugin.

    Thread Starter knguyen2011

    (@knguyen2011)

    Can you please help me with the code? Thank you

    Plugin Author Niels Lange

    (@nielslange)

    I just noticed that the PayPal for WooCommerce plugin is incompatible as well.

    In this case, you could use the PayPal Standard functionality. While this option had been hidden since WooCommerce 5.5, you can reactivate this functionality with the following steps:

    1. Install the Code Snippets plugin.
    2. Add the following code to the Code Snippets plugin:
    add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );
    3. Go to the WooCommerce payment settings via WP Admin ? Settings ? Payments.
    4. Activate and set up the PayPal Standard option.

    Once you’ve done that, PayPal will appear as a payment option within the checkout block.

    Kindly note that we usually do not offer support with code. I made an exception this time as our PayPal for WooCommerce plugin is incompatible with the WooCommerce Blocks and I can understand that you want to use the new checkout block, but also that it’s crucial for your business to use PayPal.

    Thread Starter knguyen2011

    (@knguyen2011)

    Thank you. I still prefer Paypal For WooCommerce.

    Plugin Support Joash

    (@joashrajin)

    Thanks for your feedback ??

    Our developers are hard at work to add support for more payment gateways. I also suggest that you reach out to the author of PayPal for WooCommerce regarding this so that they can also make the necessary changes on their end if needed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘There is no Paypal gateway available’ is closed to new replies.