Hi @ricsca2 ,
Thank you for reaching out to us, we are here to help. Indeed, in the latest version of the plugin, Pay Later is enabled by default for new integrations and may appear on the home page, shop, or product pages.
However, we have an updated package that resolves this issue: https://drive.google.com/uc?id=1XdnbStV1lX_1XxnIYZPj6z8JQxApkR-g
After installing it, please disconnect the PayPal connection in the plugin settings and choose “Start over” when prompted. Then reconnect to PayPal. This ensures that the new settings are applied correctly.
If you prefer not to wait for the next public version, you can also disable the Pay Later messaging manually by adding the following filters using the Code Snippets plugin (or in your theme’s functions.php):
add_filter('woocommerce_paypal_payments_product_buttons_paylater_disabled', '__return_true');
add_filter('woocommerce_paypal_payments_buttons_paylater_disabled', '__return_true');
Either method will restore control over the Pay Later messaging visibility according to your preferences.
Let us know if you have questions or doubts, we would be happy to help.
Best Regards,
Jamie
Hi @ricsca2 ,
Let us know if that resolves your issue.
If you’re happy with the solution and the support, feel free to leave a quick review on WordPress — it means a lot to us now.
Best Regards,
Jamie