bebechan
Forum Replies Created
-
Hmm, so it’s not working but I actually think that I got what the problem is.
I’m using this checkout features: https://stripe.com/docs/payments/checkout
I think it’s actually not related to the woocommerce/stripe plugin, so anything going through there (like coupon code), will not work. I think I need to contact stripe directly for this issue.
Thanks a lot for trying to help me!
So, I am using the ‘Checkout’ functionality directly from stripe! One button directly to check out without going through the cart!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout Button doesn’t workOH. 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!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout Button doesn’t workOkay, 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!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout Button doesn’t workThanks 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!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Checkout Button doesn’t workSo 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!