• Resolved 9ball

    (@9ball)


    i would like to move down the text /message Paypal pay later or Pay in 3 payments message to be below the Paypal buttons.
    as i also have the payment gateway for Stripes debit card area showing first and then pay with Paypal below 2nd, but the Paypal message seems to show above the Stripe card payment area on the woocommerce checkout page.

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

    (@inpsydekrystian)

    Hello @9ball

    Thanks for reaching out to us, we’re here to help.

    To achieve this, you can use the following custom filter in your WordPress setup:

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

    This filter should help relocate the PayPal messaging to below the PayPal buttons. However, please note that this solution might require further adjustments depending on your site’s specific configuration and themes. You can implement this snippet using the Code Snippets plugin or directly in your theme’s functions.php file.

    For additional customization options related to the Pay Later feature and PayPal smart buttons, you might find the following resources useful:

    These links provide comprehensive information on various hooks and customizations available for managing the placement and behavior of PayPal features on your checkout page.

    Should you require further assistance or have any other questions, please feel free to reach out. We’re here to help!

    Kind Regards,

    Krystian

    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello @9ball

    Since we haven’t heard back from you, we’ll assume everything is working as needed.

    If you have any more questions, feel free to start a new thread or directly reach out for help. You can get support by opening a ticket with our service desk here: Request Support. Please include this thread’s URL in your ticket for reference.

    Kind regards,
    Krystian

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.