• Resolved ahumadomayte

    (@ahumadomayte)


    Hi. We have been using Stripe as payment gateway for years now, and we want to implement google/apple pay.

    However, i have some questions. Here is my scenario:

    1) Lot of our users are repeated customers. This means they can acces their account and view all their orders made.
    2) We are using a plugin to require one of these before accesing checkout: login, register, checkout as guest.
    3) I am planning to hide google/apple pay buttons on single product and cart page, and make it visible only in checkout.

    So my questions are:

    1) If an existing user (with a history of orders made), now logs in (or register) and access checkout and use the google/apple pay, would this order be assigned to his account so customer can see this order reflected with others ones made in the past? or google/apple bypass if a user is a registered (logged in user) one and all orders made throught these are treated as guest orders?
    2) I see for example in google pay window modal, the last field is for user and email (@gmail account). But if an user registered in my shop with [email protected], goest to checkout, pay with google pay (last field email is @gmail.com), how this is handled? would the order still be assigned to his registered account in my site [email protected]?

    Thx.

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

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

    (@wpnomad)

    Hi @ahumadomayte ,

    I am planning to hide google/apple pay buttons on single product and cart page, and make it visible only in checkout.

    By default, the Apple and Google Pay buttons do not show on the checkout page. You can, however, add this code snippet to show it on the checkout page.

    1) If an existing user (with a history of orders made), now logs in (or register) and access checkout and use the google/apple pay, would this order be assigned to his account so customer can see this order reflected with others ones made in the past? or google/apple bypass if a user is a registered (logged in user) one and all orders made throught these are treated as guest orders?

    I see for example in google pay window modal, the last field is for user and email (@gmail account). But if an user registered in my shop with [email protected], goest to checkout, pay with google pay (last field email is @gmail.com), how this is handled? would the order still be assigned to his registered account in my site [email protected]?

    If the user is logged in to the site when placing the order via Apple/Google Pay, then the order will be assigned to the account they are logged in. So in this case, the order will still be assigned to [email protected], but the billing email will be @gmail.

    Plugin Support Mike Straw

    (@mikestraw)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Google/Apple pay assign order to existing user’ is closed to new replies.