• hi ??
    simpel and short:

    i dont want pay later to be seen on my woocommerce shop.
    i can deaktive the button, but not the banner.
    in the backend i can see checkboxes (produktpage, Basket…) but i can save them, if i unchecked it.
    everything is uptodate

    ? :-/… please help
    thx

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

    (@jamieong)

    Hi @jwbdv ,

    Normally, you should be able to disable the “Pay Later” messaging in the cart and checkout by using the Pay Later configurator.

    Here’s a reference screenshot showing how to adjust these settings:?Pay Later Configurator Screenshot.

    However, some users have reported that the configurator doesn’t always save settings as expected. If this is the case for you, a workaround would be to enable the legacy Pay Later configurator by adding a filter.

    You can add the following code:

    add_filter('woocommerce_paypal_payments_checkout_messages_renderer_hook', function () {     return 'ppcp_start_button_wrapper_ppcp_gateway'; 
    });

    You can use a plugin like Code Snippets to easily apply this filter.

    Let us know if this resolves the issue or if you need further assistance.

    Best Regards,
    Jamie

    Thread Starter jwbdv

    (@jwbdv)

    hi
    i ve added the code, but still i see the ppcp-messages message and in the backend nothing has change.

    :-/

    i just want to DISABEL all pay later features.

    Plugin Support Syde Jamie

    (@jamieong)

    Hi @jwbdv ,

    Thank you for your response, it will be helpful if you could share your current System Status Report. You can get it by navigating to the WooCommerce / Status section of your site. Once there, click on the Get system report button and then copy it by clicking on the Copy for support button. You can either attach it directly or provide it via our secure?PrivateBin and share the URL with us.

    If you don’t feel comfortable sharing those details on a public forum, please open a ticket with our service desk. You can find the instruction for this here:?https://paypal.inpsyde.com/docs/request-support/
    (please add the URL of this thread in the ticket as well)

    Best Regards,
    Jamie

    Thread Starter jwbdv

    (@jwbdv)

    Plugin Support Syde Jamie

    (@jamieong)

    Hi @jwbdv ,

    Thank you for sharing the System Status Report with us, we could see the issue on the site.

    If you don’t feel comfortable sharing these details on a public forum, please open a ticket directly so that we can assist you further. You can find the instruction for this here:?https://paypal.inpsyde.com/docs/request-support/
    (please add the URL of this thread in the ticket as well).

    We look forward to hear from you.

    Best Regards,
    Jamie

    • This reply was modified 1 day, 23 hours ago by Syde Jamie.
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.