What I want to do is to echo the start date of the ordered ticket in the e-mail template. So when a customer buys a ticket, the start date of the ticket will be on their e-mail receipt generated by WooCommerce.
It would be nice if the time and finish date were included too but start date is most important.
How can I go about doing this? Do I need a function in my functions file or is there a bit of code I can put in the e-mail template?
Because of the nature of the business, customers will usually only buy one ticket, or multiple quantities of one ticket.
Thanks.