{{ $t('button.order') }} #{{ order.order_serial_no }} | |
{{ order.order_date }} | {{ order.order_time }} |
{{ $t('label.qty') }} | {{ $t('label.item_description') }} {{ $t('label.price') }} |
---|---|
{{ item.quantity }} |
{{ item.item_name }}{{ item.total_without_tax_currency_price }} {{ variation.variation_name }}: {{ variation.name }} , {{ $t('label.extras') }}: {{ extra.name }} , {{ $t('label.instruction') }}: {{ item.instruction }} {{ item.tax_name }} ({{ item.tax_currency_rate }} {{ item.tax_type }}) {{ item.tax_currency_amount }} |
{{ $t('label.subtotal') }}: | {{ order.subtotal_without_tax_currency_price }} |
{{ $t('label.total_tax') }}: | {{ order.total_tax_currency_price }} |
{{ $t('label.total') }}: | {{ order.total_currency_price }} |
{{ $t('label.order_type') }}: | {{ enums.orderTypeEnumArray[order.order_type] }} | |
{{ $t('label.payment_type') }}: | {{ order.transaction.payment_method }} | {{ enums.paymentTypeEnumArray[order.payment_method] }} |
{{ $t('label.delivery_time') }}: | {{ order.order_datetime }} |
{{ $t('message.thank_you') }}