#include "/common/top.html">
Order
${ order.orderDate?string('yyyy/MM/dd hh:mm:ss') } |
|
---|---|
Billing Address | |
First name: | ${order.billToFirstName} |
Last name: | ${order.billToLastName} |
Address 1: | ${order.billAddress1} |
Address 2: | ${order.billAddress2} |
City: | ${order.billCity} |
State: | ${order.billState} |
Zip: | ${order.billZip} |
Country: | ${order.billCountry} |
Shipping Address | |
First name: | ${order.shipToFirstName} |
Last name: | ${order.shipToLastName} |
Address 1: | ${order.shipAddress1} |
Address 2: | ${order.shipAddress2} |
City: | ${order.shipCity} |
State: | ${order.shipState} |
Zip: | ${order.shipZip} |
Country: | ${order.shipCountry} |