Loading...
Shop Manager Login
{{ loginError }}
Orders
{{order.order_target_date}} : {{order.order_target_time}}
#{{ order.id }} {{order.billing.first_name }} {{ order.billing.last_name }}
{{ order.date_created | date:'yyyy-MM-dd HH:mm' }}
🆕 🔄 {{ order.order_type === 'pickup' ? '🛍️' : '🚚' }} ✔️
Total: {{ order.total | currency:"€ " }} payments credit_card paypal warning
{{ fee.name }}: {{fee.total | currency:"€ " }}
{{ item.quantity }} x {{ item.sku }}. {{ item.name }} = {{((item.total*1) + (item.total_tax*1)) | currency:'€':2 }} ({{ getMetaDataValues(item.meta_data) }})
location_on {{ order.billing.address_1 }}, {{ order.billing.postcode }} {{ order.billing.city }}
{{ getOrderDiffMin(order) > 0 ? getOrderDiffMin(order) + ' min' : 'Time up' }} ({{order.order_end_time ? order.order_end_time : order.order_target_time }})
close
{{ order.cancellation_reason ? 'Canceled: ' + order.cancellation_reason : 'Canceled' }}

No orders found.

{{ error }}