Confirmation Page, Thank You Page, and E-Mail Receipt Templates:
Product Listings and Order Totals

You can display the list of products and totals from the Shopping Cart Page on the Confirmation Page, Thank You Page, and E-Mail Receipt. These elements are highly recommended on the Confirmation Page, and are optional on the Thank You Page and E-Mail receipt, but most customers like to see them.

  • The [-- SC_Cart --] tag produces a complete HTML table containing the entire list of products ordered by the customer.
  • You can specify the columns that you want displayed and the order of those columns, such as [-- SC_Cart quantity name sku price total --]
  • The [-- SC_Totals --] tag shows the shipping method, tax rate, and surcharge selected by the customer.

Confirmation Page Example: Product Listing and Order Totals

The Thank You Page and E-Mail Receipt use the same tags shown here for the Confirmation Page.

Product Listings and Order Totals CSS

The Confirmation and Thank You pages use the same CSS classes for the product listing and order totals as the Shipping page. You can use that information to format the output.

Next: Confirmation & Thank You Comments