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.

  • The [-- BUTTON name--] tags will produce either a graphic form button or a text form button, depending on what the merchant defines for each button.

Confirmation Page Example

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.

Finish: Return To Template Cookbook