• Resolved jamesc91

    (@jamesc91)


    Hi,

    Once you change from the old view to the new look version of the plugin you cant change back.

    Also the new look version has not way to access or change captcha settings.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Krystian Syde

    (@inpsydekrystian)

    Hello @jamesc91

    You are correct that once you switch to the new plugin interface, there is no option to revert back to the legacy view. The legacy UI will be fully removed, so the new interface is now mandatory.

    But this change has no impact on CAPTCHA configuration or access. CAPTCHA settings were never part of the PayPal plugin settings screen itself. They have always lived in the WooCommerce settings area.

    You can access the CAPTCHA configuration here:WooCommerce > Settings > Integration > WooCommerce PayPal Payments CAPTCHA

    Alternatively, you can open it directly using this admin path:
    /wp-admin/admin.php?page=wc-settings&tab=integration&section=wppc

    So even though the PayPal plugin UI has changed, all CAPTCHA-related options remain available and configurable exactly as before. If anything is missing or not behaving as expected in that section, please let us know, and we will take a closer look.

    Kind Regards,
    Krystian

    Thread Starter jamesc91

    (@jamesc91)

    Thanks Krystian

    Also after switching to new view I can no longer switch off “Pay in 3 Interest free payment” on my product pages. I have tried every setting and currently the product pages are not included with any button settings its only cart and checkout

    Plugin Support Krystian Syde

    (@inpsydekrystian)

    Hello @jamesc91

    First, please check the Pay Later messaging configuration. Open the following URL on your site by adding your domain in front of it: /wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway&panel=pay-later-messaging

    Next, check the button styling and placement settings here: /wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway&panel=styling

    In this section, use the location dropdown and select Product page. From there you can explicitly disable Pay Later for product pages while keeping it available on cart or checkout if needed.

    If both of the above are already disabled and Pay in 3 is still showing, you can fully suppress Pay Later via code. Add the following filters to your theme’s functions.php file or via Code Snippets plugin:

    add_filter('woocommerce_paypal_payments_product_buttons_paylater_disabled', '__return_true');
    add_filter('woocommerce_paypal_payments_buttons_paylater_disabled', '__return_true');
    

    This will remove both Pay Later buttons and Pay Later messaging across the site, including product pages.

    If, after checking these sections, the behavior still does not line up with the settings, please open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.

    Kind Regards,
    Krystian

    Plugin Support Krystian Syde

    (@inpsydekrystian)

    Hello @jamesc91

    Since we have not received any further communication from you, we are assuming that your issue has been resolved. Therefore, we mark this thread as resolved.

    If you have any further questions or encounter a new issue, feel free to open a new thread or submit a ticket through our service desk. Please include the URL of this thread in your ticket for reference.

    Kind regards,
    Krystian

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

You must be logged in to reply to this topic.