• Resolved markmrk

    (@markmrk)


    Hello,

    I am looking for a solution how to redirect users on my online e-shop website to pay via Stripe servers through Stripe checkout:
    https://stripe.com/docs/payments/checkout

    Now I am using this plugin:
    https://sk.wordpress.org/plugins/woocommerce-gateway-stripe/
    but it does not redirect the user to Stripe checkout, it just creates form for submiting the credit card details on my checkout page.

    What I want, is that if customers chooses the Credit Card/Bank card payment, after he clicks “Submit order” he should be redirected to the Stripe checkout (this: https://stripe.com/docs/payments/checkout) . I know a bit of PHP but I am not an expert. Is there any easy way to implement this using stripe plugin I sent above? Or do I need somehing chompletely different?

    Thanks in advance

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

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

    (@kellymetal)

    Hi there,

    Is there any easy way to implement this using stripe plugin I sent above? Or do I need somehing chompletely different?

    The WooCommerce Stripe payment gateway works well for accepting Stripe payments directly on your site, but doesn’t have any functionality for redirecting to Stripe to take payment there instead. Also, setting that up would require quite a bit more than a simple PHP snippet like we would be able to provide here in the forums.

    If you need assistance with coding or custom development, we recommend reaching out to a developer from one of the services at https://woocommerce.com/customizations/

    Thread Starter markmrk

    (@markmrk)

    Thanks for your reply.

    In the meantime I actually found one plugin, that does exactly what I need and redirects the customer to the “Stripe checkout”. It is:
    https://sk.wordpress.org/plugins/payment-gateway-stripe-and-woocommerce-integration/

    It however immediatelly crashed my website after activation, the problem was with Stripe overview enabled by default in the settings of the plugin. I had to programatically disable it (as my website was down, I needed to go into plugin code and disable this value, as after instalation, this option was enabled). The enabled overview tried to generate some file or cache or something that was too large so I was getting error 500 after its activation. When I disabled that Stripe overview, everything startded working like a charm.

    Maybe somebody finds this helpful.

    Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there @markmrk,

    I’m glad to hear you found a Stripe plugin that does what you were looking for! 🙂

    Thank you also for including the workaround/steps that you needed to go through to get it working. Hopefully other community members find that helpful as well.

    One other note: if you haven’t done so already, it might be helpful to report that to the developers of that plugin as well so that they are aware of the issue.

    I’m going to mark this thread as resolved. If you have any further questions, please start a new thread.

    Have a wonderful day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Implement Stripe Checkout with woocommerce’ is closed to new replies.