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

    (@inpsydekrystian)

    Hello @realpower

    To address your concern, you can revert to the previous placement of the Pay Later messaging (within the PayPal gateway area) by using a filter. Here is the code snippet that you need to add:

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

    For more detailed information and additional customization options, please visit our GitHub page. Please try implementing this solution, and let me know if it works for you or if you encounter any further issues.

    Kind Regards,

    Krystian

    Thread Starter realpower

    (@realpower)

    I used the code, it worked!

    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PayPal pay later message is not placed correctly on the checkout page’ is closed to new replies.