Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter bebechan

    (@bebechan)

    So it looks like it’s working now (maybe I just had to wait a bit), my only problem is that I wish that apple pay was an option and it doesn’t appear on the direct check out(nor google pay). I saw a code turning around the internet like this:
    add_filter( 'wc_stripe_show_payment_request_on_checkout', '__return_true' );
    I put it in the function PHP of my theme but doesn’t seem to be working…

    Any idea?

    Thanks a lot!

    Plugin Support dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hi there @bebechan

    Thanks for posting about the new Stripe Checkout option you have been looking at – https://stripe.com/docs/payments/checkout

    To confirm, the “new” Checkout flow isn’t available via our Stripe extension currently. You can follow any progress of this via this GitHub issue – https://github.com/woocommerce/woocommerce-gateway-stripe/issues/799

    If you have got this working, it won’t have an integration with either WooCommerce on your site or the Stripe extension.

    my only problem is that I wish that apple pay was an option and it doesn’t appear on the direct check out(nor google pay).

    Payment Request buttons are available to use on the Checkout page using the filter you mentioned. I can confirm that it works as expected, I have this setup on a site:

    Apple Pay on Checkout
    Link to image: https://cld.wthms.co/iNWAT7

    I hope this helps, have a great day!

    Thanks,

    Thread Starter bebechan

    (@bebechan)

    Thanks a lot!

    So my only problem would be, where to put this ‘filter’? Is it in the function.php of my them only? I paste it at the end of the file.

    Is this suppose to work for google pay as well?

    How can I add the ‘enter a coupon code’ as well?

    About the checkout option, I understand it’s not linked in any of the woocommerce or stripe extension. But as I use only this checkout feature for my only product, it should work for anyone without issue right?

    Thanks a lot for taking the time!

    Thread Starter bebechan

    (@bebechan)

    Okay, and I have another question as well (sorry for the different mail). It might be a dumb one but when I create a ‘product’ in stripe (and that I use the ‘use in checkouts’), they actually never askme to upload the actual digital file. Should I actually link this product ID with a woo commerce actual product?

    Thanks!

    Thread Starter bebechan

    (@bebechan)

    OH. I think I got it! After payment, it will just bring to the @successful’ page, and from here, I ll take care of sending the digital product. Got it! So sorry for the different mail.

    Thanks a lot!

    Plugin Support dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hey there @bebechan

    Were you able to solve all your queries yourself? Is there anything you’re still unsure about?

    Thanks,

    Hi there @bebechan,

    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 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Checkout Button doesn’t work’ is closed to new replies.