Hello, if it could help… I found a way to make it works, by downgrading woocommerce to 8.6 (using wp-rollback plugin) then restored paypal standard and finally updated woocommerce again.
Hi @jasonmishu, @sb5
I have no issues with WooCommerce 9.0.1.
Can you confirm the Settings link goes to this kind of URL?:
[your-website-domain]/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=paypal
If this is confirmed, can you please enable the debug? You can enable the debug by adding this code to the file wp-config.php before the comment /* That’s all, stop editing! Happy publishing. */:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
Then go again to the plugin settings, and please, let me know if you find any errors in the file wp-content/debug.log.
I hope it helps.
Have a great day!
Jose
For me hard to answer your question as it works now using my workaround to downgrade and upgrade again… All I can say it this settings links didn’t worked before and now it’s working and yes this is the correct URL.
I think it was maybe not working because I first tried to run “WooCommerce PayPal Payments” plugin and maybe this one made a conflict…
But I was really badly surprised that this plugin doesn’t allow to use paypal just as a standard payment method, that is the way I want it works. No reason for me to push users to use paypal bypassing other payment method.
Hi Jose, I have the same problem with WC v9.1.2. I activated WP debug as instructed, but there are no errors. I tried deactivating all plugins except WC, and the problem persists.
It works fine on other websites I installed your plugin a year ago in which WC was updated to v9.1.2.
Thanks for looking into it!
FYI: I rolled WC back to v8.9.3, and it did not work. So, I rolled it back to WC v8.0.0 and it worked.I then updated WC to v9.1.2 and all is looking good.