Order Status
Results for Order {{model.OrderNumber}}
Check another order
Date | Order # | Status | Order total | |
---|---|---|---|---|
+ {{model.OrderDate}} | {{model.OrderNumber}} | {{model.Status}} | {{model.Total | currency}} | |
Status: {{model.Status}} Total: {{model.Total | currency}} |
Date Placed: {{model.Created}}
{{model.BillingAddress.AddressLine1}}
{{model.BillingAddress.AddressLine2}}
{{model.BillingAddress.City}}, {{model.BillingAddress.State}} {{model.BillingAddress.PostalCode}}
{{model.BillingAddress.Country}}
{{model.BillingAddress.Telephone}}
{{model.BillingAddress.Email}}
{{model.ShippingAddress.AddressLine1}}
{{model.ShippingAddress.AddressLine2}}
{{model.ShippingAddress.City}}, {{model.ShippingAddress.State}} {{model.ShippingAddress.PostalCode}}
{{model.ShippingAddress.Country}}
{{model.ShippingAddress.City}}
{{model.ShippingAddress.Email}}
SHIPPING STATUS: {{shipment.Status}}
SHIPPING CARRIER: {{shipment.Carrier}}
TRACKING #: {{shipment.TrackingNumber}}
SHIPPED ON: {{shipment.ShippedOn}}
GIFT CARD
SKU:{{item.SKU}}
SIZE:{{item.Size}}
COLOR:{{item.ColorName}}
{{item.Price | currency}}
Quantity:
{{item.Quantity}}
Shipping Surcharge:
{{item.Surcharge | currency}}
Subtotal:
{{item.Subtotal | currency}}
Product Subtotal {{model.Subtotal | currency}}
Loyalty Reward - {{model.LoyaltyDiscount | currency}}
{{item.LoyaltyDiscountType !== 'Percent' ? (item.LoyaltyDiscountValue | currency) : item.LoyaltyDiscountValue}}{{item.LoyaltyDiscountType === 'Percent' ? '%' : ''}} {{item.LoyaltyDiscountType !== 'Percent' ? 'Reward' : 'Birthday'}} ({{item.CertificateNumber}}) - {{item.LoyaltyDiscountType !== 'Percent' ? (item.LoyaltyDiscountValue | currency) : (model.BirthdayRewardDiscount | currency)}}
Promo Code: {{model.PromoCodeName}} - {{model.PromotionApplied | currency}}
Gift Card Applied - {{model.GiftCardApplied | currency}}
Shipping {{model.Shipping | currency}}
Shipping Surcharge {{model.ShippingSurchargeTotal | currency}}
{{loyaltyShippingMessage}}
Estimated Tax {{model.Tax | currency}}
Estimated Total {{model.Total | currency}}
You Saved {{model.YouSaved | currency}}