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.
The Thank You Page and E-Mail Receipt use the same tags shown here for the Confirmation Page.
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.
Next: Confirmation & Thank You Addresses