Automatically complete an order after checking-in with QR code

Home Forums Ticket Products Event Tickets Plus Automatically complete an order after checking-in with QR code

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1606577
    remiz
    Participant

    Hi !

    I have a question about something I would like to achieve. I’m aware that it sounds like a customization request but if the answer is easy for you, it would be very very helpful for me 😉

    My goal is to send a specific email to my customers after the scan of their QR code.

    The first thing I intend to do is to customize the woocommerce complete order email. It’s easy to do with a plugin or manually but I’ve to set each orders from “in progress” to “complete”in order to send the emails.

    I have been through the link you give us in order to automatically complete orders : https://docs.woocommerce.com/document/automatically-complete-orders/

    Do you know a way to change the code in order to complete orders after the scan of the QR code ?

    Many thanks in advance 😉

    All the best.

    Rémi

    #1608134
    Andras
    Keymaster

    Hi Rémi,

    Thanks for reaching out!

    Indeed, developing that would be a customization request. 🙂 But we’re not there yet.

    I will need to check with the developers if this is possible or not, please hang in there.

    Thanks for your patience!

    Cheers,
    Andras

    #1608539
    remiz
    Participant

    Hi Andras,

    Thanks a lot, that’s really nice to go further my demand ! 😉

    #1610402
    Andras
    Keymaster

    Hi Rémi,

    You could probably hook into this action do make it to whatever you want after checkin:

    Found this one that may help:

    https://github.com/moderntribe/event-tickets/blob/master/src/Tribe/Tickets.php#L729

    do_action( 'event_tickets_checkin', $attendee_id, $qr );

    Does that help?

    A.

    #1628258
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Automatically complete an order after checking-in with QR code’ is closed to new replies.