• Resolved ferreirex

    (@ferreirex)


    Hi WooCommerce team,

    I have re-installed one website from scratch and now under WooCommerce – Settings – Payments shows only Paypal and doesn’t show the option Paypal Standard.

    The option Paypal Standard works great on theme I’m using but the option Paypal its shows a few conflicts, there is any way to activate again that option?

Viewing 4 replies - 1 through 4 (of 4 total)
  • hrn1995 (woo-hc)

    (@aguinaldodarla)

    Hi?@ferreirex

    Since WooCommerce version 5.5.0,?PayPal Standard is hidden for new installations. PayPal urges everyone to use the PayPal Payments extension?instead, which is our full-stack solution (credit card processing, PayPal checkout, subscriptions, pay later options, etc).

    If you wish to enable PayPal Standard by default on new sites, please add the following code snippet provided here: https://woocommerce.com/document/limitations-of-paypal-standard/

    You can try to make this change on the Staging website. If your host doesn’t offer that option, we recommend?WP Staging.

    I hope this helps!

    Thread Starter ferreirex

    (@ferreirex)

    Thanks @aguinaldodarla

    I have found the code snippet but I believe doesn’t work or I’m doing wrong.

    the code I have used

    add_filter( 
    'woocommerce_should_load_paypal_standard', 
    '__return_true' );

    I have used the plugin:

    WPCode

    configuration I have selected

    Code type: Universal Snippet

    Insert method: Auto Insert

    Location: Site wide Header

    I have tried a few more configurations but none have show the option to show the Paypal Standard on Settings – Payments

    • This reply was modified 1 year ago by ferreirex.
    Thread Starter ferreirex

    (@ferreirex)

    Made this work with this configurations

    Code type: PHP Snippet

    Insert method: Auto Insert

    Location: Run Everywhere

    • This reply was modified 1 year ago by ferreirex.
    hrn1995 (woo-hc)

    (@aguinaldodarla)

    Hi @ferreirex

    That’s great to know! You did well! Thanks for sharing with us the configuration where it worked. This will help other members having the same concern as yours.

    Please don’t hesitate to start a new topic if you have any more questions down the line.

    Have a fantastic day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Paypal Payments and PayPal Standard’ is closed to new replies.