• Hi,

    For verification purposes I would like to put the purchase date on the ticket template and also the verification template. I tried to use the snippet used in the receipt, but this doesn’t seem to be working. Can you help me? Thanks

    Wouter

Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    There’s no native method for that, but it is possible. On a ticket template, you’d need to do something like this:

    $payment = mt_get_ticket( $ticket_id );
    
    $date = $payment->post_date;
Viewing 1 replies (of 1 total)
  • The topic ‘Add purchase date to ticket template’ is closed to new replies.