{{('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