admin管理员组

文章数量:1278976

Had install a fresh wordpress installation on localhost, and after install woocommerce plugin, the paypal default - payment isnt there on woocommerce tab "payments". On the live website paypal continues working just fine. Do I need a plugin now, anyone knows something about it

Had install a fresh wordpress installation on localhost, and after install woocommerce plugin, the paypal default - payment isnt there on woocommerce tab "payments". On the live website paypal continues working just fine. Do I need a plugin now, anyone knows something about it

Share Improve this question edited Oct 7, 2021 at 21:01 tiago calado asked Oct 7, 2021 at 18:30 tiago caladotiago calado 6324 silver badges17 bronze badges 2
  • 1 It should be enabled as long as your store's currency is supported by PayPal. If that's not it there's probably somewhere it's enabled or disabled in the admin site. – Rup Commented Oct 7, 2021 at 19:30
  • I have € (euro) as currency. I cant find anyone with this error as well. Im trying to find now where at database we can see the payment methods active. maybe I can change that over there – tiago calado Commented Oct 7, 2021 at 21:04
Add a comment  | 

1 Answer 1

Reset to default 2

Paypal standard is now hidden for new installs, possible to read about it in https://developer.woocommerce/2021/07/12/developer-advisory-paypal-standard-will-be-hidden-on-new-installs/

for those who want to use it copy paste this code on functions.php

add_filter( 'woocommerce_should_load_paypal_standard', '__return_true' );

Since july 2021 woocommerce recommends users to use the recommended PayPal extension instead

本文标签: paypal not showing on woocommerce payments