Orders

{{count}} Total

Order IDStatusOrder TimeAmount
{{order.id}}{{getStatus(order.status)}}{{getDate(order.ordertime)}}{{currencies[order.currency]}} {{order.total.toFixed(2)}}
No orders

Order ID: {{orderId}}

Status: {{getStatus(order.status)}}
Payment Method: {{getPaymentType(order.payment)}}
Payment ID: {{order.payment_id}}
Make Payment
Product NameProduct IDDescriptionQuantityPrice
{{product.name}}{{product.name}}{{product.sku}}{{product.description}}{{product.quantity}}{{currencies[order.currency]}} {{product.cost.toFixed(2)}}
Tax: {{order.tax_net}} %{{currencies[order.currency]}} {{(order.total - order.total_real_ntd).toFixed(2)}}
Total{{currencies[order.currency]}} {{order.total.toFixed(2)}}
Unable to fetch order