Shipping

{{('Shipping' | r) + ' ' + ('Location' | r) | xlat}}

{{orderShipAddress.AddressName}}

{{orderShipAddress.CompanyName}}

{{currentOrder.LineItems[0].ShipFirstName + ' ' + currentOrder.LineItems[0].ShipLastName}}

{{orderShipAddress.Street1}}

{{orderShipAddress.Street2}}

{{orderShipAddress.City}}, {{orderShipAddress.State}} {{orderShipAddress.Zip}}

{{orderShipAddress.Phone}}

Delete

{{item.DateNeeded | date:user.Culture.DateFormat.short }}

{{item.Product.Name + ' x ' + item.Quantity}}

Attention: