Custom Thank You Page redirect after buying a ticket

Home Forums Ticket Products Event Tickets Plus Custom Thank You Page redirect after buying a ticket

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1224254
    contentmaximiser
    Participant

    Hi,

    I installed Event Ticket Plus then link to woocommerce and use paypal as a payment gateway. Is there a way to create custom Thank you landing page to the the ticket after the customer bought the ticket? I have 3 tickets to choose to and want them in separate Thank You Page. Let me know if this is possible using the above setup

    Thanks

    #1224722
    Cliff
    Member

    Hi.

    When you buy a ticket via WooCommerce, it goes through Woo’s cart and checkout processes.

    Eventually, the customer ends up at a URL like your-site-com/checkout/order-received/1234/?key=wc_order_582727272723b27, where the Woo conditional is_order_received_page() should be true. It’s all handled by the [woocommerce_checkout] shortcode / the page you add that shortcode to.

    Therefore, you could likely use an action hook like woocommerce_thankyou to redirect to another page. A plugin like https://wordpress.org/plugins/custom-thank-you-page-for-woocommerce/ might be a good way to go too (third-party, not guaranteed or supported by us, and I’ve not used it before).

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    Please let me know how this goes for you.

    #1239983
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Thank You Page redirect after buying a ticket’ is closed to new replies.