| <Date> |
Prints the date in mm/dd/yyyy format |
| <time> |
Prints date and time the order it was taken |
| <cartID> |
Shopping Cart ID |
| <Geography> |
The geography selected by the user |
| <ShopName> |
The name of the shop specified in the configuration file |
| <Products> |
Signals the beginning of the section that will be repeated for each item in the |
| <ProductSKU> |
SKU (or item number) for the current product |
| <ProductQuantity> |
Quantity purchased of the current product |
| <ProductVariation> |
Variation data for the current product |
| <ProductDescription> |
Description of the current product |
| <ProductPrice> |
Price per unit of the current product |
| <ProductTotal> |
Subtotal price before shipping and sales tax |
| <ProductShipping> |
Shipping per unit of the current product (Line Item shipping model only, otherwise 0.00) |
| <Product Weight> |
Weight per unit of the current product (WeightTables shipping model only, otherwise 0.00) |
| <Product#> |
Position in cart for the current product |
| </Products> |
Signals the end of the section that will be repeated for each item in the cart |