• Resolved crowds90

    (@crowds90)


    When I activated the plugin I set up Apple Pay but don’t remember how. Now I am trying to get Google Pay but can’t find out how?

    Also is there a way to make Apple Pay and Google pay only display for mobile devices?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support wpnomad a11n

    (@wpnomad)

    Hi @crowds90 ,

    >When I activated the plugin I set up Apple Pay but don’t remember how. Now I am trying to get Google Pay but can’t find out how?

    Google Pay and Apple Pay do not have separate settings. Once the Payment Request button is enabled, both of them would show (Apple Pay requires adding your site to list of Apple Pay domains in Stripe as an extra step though).

    Please make sure that Payment Request buttons are enabled as per Step 8 in this guide: https://docs.woocommerce.com/document/stripe/#section-2

    Payment Request buttons usually only show when there is a saved payment method in the browser or device being used. So make sure to save a payment method from a supported bank or payment card provider before testing Google Pay.

    You can save payment info to Google Pay as per the steps here: https://support.google.com/chrome/answer/142893?co=GENIE.Platform%3DDesktop&hl=en

    >Also is there a way to make Apple Pay and Google pay only display for mobile devices?

    For this, you can try adding the following CSS to your site (under WP-Admin > Appearance > Customize > Additional CSS):

    @media only screen and (min-width: 760px) {
      #wc-stripe-payment-request-wrapper {
        display: none;
    }
    }
    Thread Starter crowds90

    (@crowds90)

    Ok Thanks. The CSS kept the ” — OR — ” though between the Apple Pay and the add to cart. Is there something to hide the OR too?

    Thread Starter crowds90

    (@crowds90)

    Found it. #wc-stripe-payment-request-button-separator

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google Pay’ is closed to new replies.