Bestellung verfolgen

BESTELLUNG VERFOLGEN

Um Ihre Bestellung zu verfolgen, geben Sie bitte Ihren Bestellcode und Ihre E-Mail unten ein und klicken Sie auf „Verfolgen“.

{{ states.message }} Öffnen Sie ein Support-Ticket

Bestellen bei Printerval

Order #{{ trackdata.order.code }}

GESAMT
{{ formatPrice(trackdata.amount, 0, false) }}
BESTELLUNG AUFGEGEBEN
{{ formatTime(trackdata.order.created_at) }}
Zahlungsart
{{ stripePayment.includes(trackdata.order.payment_type) ? "STRIPE" : trackdata.order.payment_type }}

Übersicht

Order status
{{ trackdata.status }}
x {{ item.quantity }}
{{ key }}: {{ value }}
Print Location: {{ getByField(printLocations, 'value', value).name }}
{{ formatPrice(item.price, 0) }}
Versandkosten
{{ formatPrice(trackdata.order.shipping_fee, 0, false) }}
Andere Gebühr
{{ formatPrice(trackdata.order.other_fee, 0, false) }}
Designgebühr
{{ formatPrice(trackdata.order.design_fee, 0, false) }}
Trinkgeld
{{ formatPrice(trackdata.order.tips, 0, false) }}
Taxes
{{ formatPrice(trackdata.order.tax, 0, false) }}
Rabatt
-{{ formatPrice(trackdata.order.discount, 0, false) }}
Shipping info
{{ trackdata.order.shipping_info }}

Menge
{{ formatPrice(trackdata.order.amount, 0, false) }}
Timeline Delivery
Shipping Company: {{ shipment.shipper.name }}
Versandcode: {{ 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) }}
Versandkosten
{{ formatPrice(childOrder.shipping_fee, 0, false) }}
Andere Gebühr
{{ formatPrice(childOrder.other_fee, 0, false) }}
Designgebühr
{{ formatPrice(childOrder.design_fee, 0, false) }}
Trinkgeld
{{ formatPrice(childOrder.tips, 0, false) }}
Taxes
{{ formatPrice(childOrder.tax, 0, false) }}
Rabatt
-{{ formatPrice(childOrder.discount, 0, false) }}
Shipping info
{{ childOrder.shipping_info }}

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

{{ timeline.content }}

RECHNUNGSINFO

Vollständiger Name
{{ trackdata.order.attributes.customer_info.full_name }}
E-Mail
Telefonnummer
{{ trackdata.order.attributes.customer_info.phone }}
Ort
{{ getBillingLocation(trackdata) }}
Adresse
{{ trackdata.order.billingAddress.address }}
Postleitzahl
{{ trackdata.order.billingAddress.zip_code }}

VERSANDINFORMATION

Vollständiger 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 }}
Telefonnummer
{{ trackdata.order.attributes.gift_info && trackdata.order.attributes.gift_info.phone ? trackdata.order.attributes.gift_info.phone : trackdata.order.attributes.customer_info.phone }}
Ort
{{ getShippingLocation(trackdata) }}
Adresse
{{ trackdata.order.delivery_address }}
Address Line 2
{{ trackdata.order.optional_address }}
Postleitzahl
{{ trackdata.order.zip_code }}