• Resolved Ricsca2

    (@ricsca2)


    I can’t find any way to disable the Paypal Pay Later notification…
    In Styling, I disabled the ability to display the Paypal buttons on all pages (users on my site have to go through all the WooCommerce steps and only go to Paypal at the end), but for individual products, in the cart, and at checkout, the Paypal notification to pay in 3 installments still appears.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Syde Jamie

    (@jamieong)

    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

    Thread Starter Ricsca2

    (@ricsca2)

    Very Thanks

    Plugin Support Syde Jamie

    (@jamieong)

    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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Disable Pay Later notification’ is closed to new replies.