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:
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!
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 20 minutes ago by ferreirex.
Made this work with this configurations
Code type: PHP Snippet
Insert method: Auto Insert
Location: Run Everywhere
- This reply was modified 11 minutes ago by ferreirex.