Shipping Page Templates:
Buttons

There are two general-purpose buttons for the Shipping Page: Return to Cart and Submit Order. You should have both of these buttons in your template. You can place them in any location that makes sense to you, and you can have more than one instance of each button.

  • 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.
  • The [-- BUTTON SubmitOrder --] tags will produce either a "Confirm" button if the Confirmation page is enabled, or a "Submit This Order" button if it is not.

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.button68 The "Return To Cart" button.
input.button67 The "Submit This Order" button.
input.button62 The "Confirm" button if the Confirmation page is enabled.

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

Next: Confirm Required Tags