Dear StackOverflow masters,
I'm looking for a method to create a ticket for each item that is included on a final order.
Let me break it down for you real easily with an example:
Here is a normal woocommerce invoice:
Qty Product. Price. Total
15 T-Shirt $1 $15
2 Cup $2 $4
Order Total: $19
Total items: 17
What I need to do is generate a ticket for each item that was ordered so it can be printed.
So in this example, I would print 15 tickets saying "1 X T-shirt" and 2 tickets saying "1 X Cup".
Does anyone know any way to do this on woocommerce?
Thanks in advance