• Resolved Jeffreysmith1976

    (@jeffreysmith1976)


    Hello,

    I have a WooCommerce site and recently my PayPal buttons on the Checkout page moved to the bottom left, under the “Order Notes” (see image below). Previously it was in the right column, under the “Terms & Conditions” area just as they should be, so not sure why the change. As a test to confirm if the PayPal plugin was the issue, I disabled PayPal and when I did, the default button appeared as it should, right under “terms and conditions” in the right column. So I’m pretty certain the issue must be with with the PayPal plugin.

    When I do an inspect element (see image below), it shows how the paypal buttons are outside of the div wrapper on the right column.

    Does anyone know why this may have happened? Is there a hook or css adjustment I can make to move these buttons back under the “I have read & agree to the website terms and conditions” text/checkbox?

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

    (@inpsydekrystian)

    Hello @jeffreysmith1976

    Thank you for reaching out.

    It’s difficult to say exactly what’s causing this issue without further investigation. We may need to examine your system report or logs to better understand the problem. You can open a ticket with our service desk for a deeper look. Here’s how you can request support: Request Support. Please include the URL of this thread in your ticket for reference.

    In the meantime, there is a workaround you can try by using a filter (you can add this using a Code Snippets plugin):

    add_filter('woocommerce_paypal_payments_checkout_button_renderer_hook', function() {
        return 'woocommerce_after_add_to_cart_button';
    });

    You can also explore additional hooks and filters on this page for Smart Button customizations:
    Smart Button Customizations. If the proposed hook doesn’t work as expected, you’ll find alternatives here.

    Let us know how it goes!

    Kind Regards,
    Krystian

    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello @jeffreysmith1976

    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 still have any questions or if a new problem arises, don’t hesitate to open a new thread.

    Kind regards,
    Krystian

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