• Resolved hawksama

    (@hawksama)


    Hi,

    I need to redirect a user that successfully made a payment to a thank you page. How can I create this behavior with this plugin?

    Thank you.

    • This topic was modified 4 years, 9 months ago by hawksama. Reason: Topic tags refactor

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Ross V. a11n

    (@rossviviano)

    Automattic Happiness Engineer

    Hi there,

    By default, Stripe will redirect to the site’s order-received page. If you’re looking to create a custom Thank You page, then I’d suggest looking into an extension like this one:

    https://woocommerce.com/products/custom-thank-pages/

    Best,

    Ross

    Thread Starter hawksama

    (@hawksama)

    Hi,

    I’ve just managed to find the problem.
    On my site, the problem was from wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/wp-woocommerce-analytics-universal.php
    Where on order_process, the product was false and the module was trying to get the ID from a false object.

    Thank you.

    Hello @hawksama I have the same problem and I’m trying to solve it following your guide.

    I’m in wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/wp-woocommerce-analytics-universal.php

    but now I don’t know exactly what code I have to write to fix the issue.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stripe redirect success payement’ is closed to new replies.