Shipment Delivery
- Dashboard @if (User.IsInRole(StaticUserRoles.InternationalCustomer)) {
- International
- Purchase and Ship
- Add Shipment
- Shipments
- Invoices
- Calculate Shipping } @if (User.IsInRole(StaticUserRoles.DomesticCustomer)) {
- Domestic
- Orders
- Shipments
- Add Order
- Billing }
- General
- Track Shipment
- Address Book
- Settings