Hi Joe,
Great question!
Let’s suppose a customer purchases three tickets for the same event. The exported attendee data might then look something like this:
https://gist.github.com/anonymous/d91952a78820f3e25cb2
As you can see, there are three separate entries – one for each ticket. For that reason there is no need for a quantity column in the attendee list – as things stand it would always be a quantity of just “1”.
Also, how could I show the quantity in the ticket that is emailed out to the person who purchased the ticket?
So if you are referring to the tickets email itself, rather than the WooCommerce-generated receipt email, again there will be three individual tickets (if the customer purchased that quantity).
The receipt email on the other hand will have a single line item with a quantity of 3.
Does that help/clarify things?