Confirmation Page,
Thank You Page, and
E-Mail Receipt
Template Examples

Introduction
Required Tags
Page Colors
Title, Header, and Footer
Order Number
Products and Totals
Ordering Instructions,
Comments, and E-Mail List

Addresses
Payment
Custom Checkout Fields
Buttons

Confirmation Page, Thank You Page, and E-Mail Receipt Templates:
Ordering Instructions, Comments, and E-Mail Lists

The Shopping Cart Page has an optional "ordering instructions" box, and the Shipping Page has an optional comments box and a checkbox for an opt-in e-mail list. You can display the contents of any and all of these elements on the Confirmation Page and Thank You Page, and on the E-Mail Receipt. The output from the tags is the same in all cases.

Confirmation Page Example: Ordering Instructions, Comments, and E-Mail List

The Thank You Page and E-Mail Receipt use the same tags shown here for the Confirmation Page.

Resulting Page

Ordering Instructions, Comments, and E-Mail List CSS

Here is a list of the CSS selectors used in the ordering instructions and customer comments display. The output of the [-- Email_List --] tag does not contain any CSS classes or attributes.

table.instruct The table containing the ordering instructions.
td.instruct_hdr The cell containing the ordering instructions header.
td.instruct The cell containing the textarea field in which customers can type ordering instructions.
table.comm The table containing the customer comments.
td.comm_hdr The cell containing the comments header.
td.comm The cell containing the textarea field in which customers can type comments.

This example shows the Confirmation page with a style sheet applied.

Resulting Page