• Resolved devseo

    (@devseo)


    Hey there,

    Google Pay Express checkout button showing in Safari browser but I want to disable Google Pay Express checkout button in Safari browser, how can I do this?

    Here is the screeshot

    Thank You

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Clayton R

    (@mrclayton)

    Hi @devseo

    Why do you want to disable GPay on Safari even though it’s supported? Our plugin has the ability to show Apple Pay and GPay on Safari which widens your range of potential customers.

    Kind Regards

    Thread Starter devseo

    (@devseo)

    Hello, I appreciate your response. I am currently facing an issue where GPay, Apple Pay, and PayPal are not displaying correctly on Safari. I have attached a screenshot of the problem for your reference. As a result, I would like to disable GPay specifically on Safari until this issue is resolved. Your assistance in this matter would be greatly appreciated. Thank you.

    Plugin Author Clayton R

    (@mrclayton)

    Hi @devseo

    I am currently facing an issue where GPay, Apple Pay, and PayPal are not displaying correctly on Safari.

    That just requires some CSS on your site. The following CSS will resolve your UX issue:

    .wfacp_smart_button_container .wc_stripe_checkout_banner_gateways li:nth-child(n+2){
        margin-top: 10px !important;
    }

    Kind Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google Pay Express Button’ is closed to new replies.