When you use the [-- SC_Address --] tag on the Confirmation Page, Thank You Page, and E-Mail Receipt, it displays the address information that the customer entered on the Shipping Page. You cannot control the contents, but you do have some control over the display:
The Thank You Page and E-Mail Receipt use the same tags shown here for the Confirmation Page.
The Confirmation Page and the Thank You page both look better when a CSS style sheet is used to give a little color and space. Many E-Mail client programs can also apply a style sheet to a message, so you may want to include a style sheet in the E-Mail Receipt. The CSS selectors for the address information are a subset of those used on the Shipping Page.
table.addr | Outer table that contains both the billing and shipping addresses. |
table.ship_addr | Table containing the shipping address fields. |
table.bill_addr | Table containing the billing address fields. |
table.addr_name | Table of registered name elements (only present with customer registration). |
td.addr_name_val | Cells containing each piece of a registered name (only present with customer registration). |
td.bill_addr_hdr | The cell containing the "Billing Address" header text. |
td.ship_addr_hdr | The cell containing the "Shipping Address" header text. |
td.addr_val | Cells containing text input fields for address values. |
This example Confirmation page template includes an embedded CSS style sheet and some horizontal rules to visually separate the information on the page.
Next: Confirmation & Thank You Payment