Track order

TRACK YOUR ORDER

To track your order please enter your Order Code and email in the box below and press the Track button

{{ states.message }} Open A Support Ticket

Order From Printerval

Order #{{ trackdata.order.code }}

TOTAL
{{ formatPrice(trackdata.amount, 0, false) }}
ORDER PLACED
{{ formatTime(trackdata.order.created_at) }}
PAYMENT METHOD
{{ stripePayment.includes(trackdata.order.payment_type) ? "STRIPE" : trackdata.order.payment_type }}

SUMMARY

Order status
{{ trackdata.status }}
x {{ item.quantity }}
{{ key }}: {{ value }}
Print Location: {{ getByField(printLocations, 'value', value).name }}
{{ formatPrice(item.price, 0) }}
Shipping fee
{{ formatPrice(trackdata.order.shipping_fee, 0, false) }}
Other fee
{{ formatPrice(trackdata.order.other_fee, 0, false) }}
Design fee
{{ formatPrice(trackdata.order.design_fee, 0, false) }}
Tips
{{ formatPrice(trackdata.order.tips, 0, false) }}
Taxes
{{ formatPrice(trackdata.order.tax, 0, false) }}
Discount
-{{ formatPrice(trackdata.order.discount, 0, false) }}
Shipping info
{{ trackdata.order.shipping_info }}

Amount
{{ formatPrice(trackdata.order.amount, 0, false) }}
Timeline Delivery
Shipping Company: {{ shipment.shipper.name }}
Shipping Code: {{ shipment.code }}
{{ timeline.time }}

{{ timeline.content }}

Order status
{{ childOrder.order_status }}
x {{ item.quantity }}
{{ key }}: {{ value }}
Print Location: {{ getByField(printLocations, 'value', value).name }}
{{ formatPrice(item.price, 0) }}
Shipping fee
{{ formatPrice(childOrder.shipping_fee, 0, false) }}
Other fee
{{ formatPrice(childOrder.other_fee, 0, false) }}
Design fee
{{ formatPrice(childOrder.design_fee, 0, false) }}
Tips
{{ formatPrice(childOrder.tips, 0, false) }}
Taxes
{{ formatPrice(childOrder.tax, 0, false) }}
Discount
-{{ formatPrice(childOrder.discount, 0, false) }}
Shipping info
{{ childOrder.shipping_info }}

Amount
{{ formatPrice(childOrder.amount, 0, false) }}
Timeline Delivery
Shipping Company: {{ shipment.shipper.name }}
Shipping Code: {{ shipment.code }}
{{ timeline.time }}

{{ timeline.content }}

BILLING INFO

Full name
{{ trackdata.order.attributes.customer_info.full_name }}
Email
Phone
{{ trackdata.order.attributes.customer_info.phone }}
Location
{{ getBillingLocation(trackdata) }}
Address
{{ trackdata.order.billingAddress.address }}
Zipcode
{{ trackdata.order.billingAddress.zip_code }}

SHIPPING INFO

Full name
{{ trackdata.order.attributes.gift_info && trackdata.order.attributes.gift_info.name ? trackdata.order.attributes.gift_info.name : trackdata.order.attributes.customer_info.full_name }}
Phone
{{ trackdata.order.attributes.gift_info && trackdata.order.attributes.gift_info.phone ? trackdata.order.attributes.gift_info.phone : trackdata.order.attributes.customer_info.phone }}
Location
{{ getShippingLocation(trackdata) }}
Address
{{ trackdata.order.delivery_address }}
Address Line 2
{{ trackdata.order.optional_address }}
Zipcode
{{ trackdata.order.zip_code }}