Merchants can enable a custom comments text box that lets customers type comments or more information for the order. Your template should use the [-- IF SC_Comments --] tag to test whether this option is enabled and, if it is, use the [-- SC_Comments --] tag to display the box. You can place the box anywhere on the page that fits your layout.
Here is a list of the CSS selectors used in the customer comments box display.
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. |
textarea.comm | The textarea field in which customers can type comments. |
This example is the same as the one above, plus it includes a brief style sheet with selectors for some of the customer comments box elements.
Next: Checkout Addresses