Confirmation Page,
Thank YouPage, 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 Template: Buttons

There are two buttons for the Confirmation Page: Make Changes and Submit This Order. You should have both of these buttons in your Confirmation Page template. The Thank You Page and E-Mail Receipt do not have any buttons that use the [-- BUTTON --] tag.

Confirmation Page Example

Resulting Page

Buttons CSS

Each button has a unique CSS class. Beyond that, you may want to wrap the buttons in an HTML table cell or a span to apply additional formatting, such as white space around the buttons.

input.button163 The "Make Changes" button.
input.button67 The "Submit This Order" button.

This example puts the buttons inside table cells and defines CSS attributes for the td.buttons selector.

Resulting Page