Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @wpchameleon

    That’s quite strange. The customer geolocation impacts which set of buttons PayPal delivers, but normally there shouldn’t be any scenarios where suddenly no buttons are loaded for certain locations.

    We have seen similar button rendering issues in the past being related to the theme. In some cases, it may help to set a different render hook for the PayPal buttons on the Checkout page, as not all themes/page builders support the default hooks used by PayPal Payments:

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

    But if this behavior persists for you when using the filter above, we would need to learn a bit more context about your site.

    You can share a copy of your system report privately with the team from here. Please include a link to this thread when sending a private message.
    Thank you!

    Kind regards,
    Niklas

    Thread Starter wpChameleon

    (@wpchameleon)

    Hi @niklasinpsyde

    I’m agree, it’s really strange…especially because it worked

    I also tried to switch the theme to twentytwentythree, disable other payments or plugins that can cause conflict and didn’t find anything that can cause this issue.

    I’ll create a report and send it by the link you have shared, thank you.

    Plugin Support Syde Joost

    (@joostvandevijver)

    Hello,

    It has been quite some time since our last communication, so we will mark this thread as resolved. Please open a new thread if you are still facing issues or have questions that you need us to answer.

    Kind regards,
    Joost

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PyaPal button missed on cart and checkout for USA’ is closed to new replies.