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
1 Answer
Reset to default 2Paypal 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
版权声明:本文标题:paypal not showing on woocommerce payments 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741282194a2370070.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论