I have a similar problem:
I am selling tickets to theatre plays. When a patron orders:
1.) One Adult ticket to Sunday afternoon.
2.) One Student ticket to Saturday evening.
3.) One Senior ticket to Friday evening.
In the same order, I want he confirmation e-mail to list those SKUs.
Using the [%SKU%] variable, how would I get the e-junkie confirmation e-mail to include all of the ordered skus?
My SKU's are set up as follows:
Adult,12.00,0.00,0,Adult,,
Student,10.00,0.00,0,Student,,
Senior,10.00,0.00,0,Senior,,
Here is my current template:
Dear [%first_name%] [%last_name%],
Thank you for using the Rome Little Theatre website to place your ticket order.
Please print this confirmation e-mail and present it at the Box Office will-call window.
--------------------------
Your confirmation code is: [%txn_id%] - [%first_name%] [%last_name%]
--------------------------
If you have any questions about your order, call 706.295.7171.
Charged to your credit card: [%gross%]
Thanks for any help!