The ConfirmationComponent email is built for shopping cart confirmations. It is made up of a Header, Body and Footer template in that order and, when combined, creates a single html based email. The html tags at either end of the email need to match up. You may want to design the email in a single file first before splitting up the components. Template types: HEADER - Used to store email stylesheet and information to display at the top of the document, including order detail that does not repeat. BODY - Used to display the order details. Session specific data can only be written in the body. FOOTER - Used to close off the document, displaying some non repeating order information (such as booking fees or total cost) and some additional information relevant to the customer eg. terms and conditions, navigation hints or special deals. You can use the following tags key will insert ----------------- ------------------- member's first name member's email address name displayed as sender booking number for order booking alphanumeric id for order cinema name for order booking fee amount for order total cost to customer -The following only in the BODY section cinema operator name for session movie for session time of session date of session screen name of session screen number of session ticket data in fixed text format eg 1 x adult ($1.00 - A1). Additional tickets displayed on separate lines concession data in fixed text format eg 1 x Lge Popcorn ($1.00). Additional items on separate lines comma separated list of ticket vouchers used in the order cost subtotal of session