{{ $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.discount') }}: | {{ order.discount_currency_price }} |
{{ $t('label.delivery_charge') }}: | {{ order.delivery_charge_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.delivery_date }} {{ order.delivery_time }} |
{{ $t('label.customer') }}: | {{ orderUser.name }} |
{{ $t('label.phone') }}: | {{ orderUser.country_code + '' + orderUser.phone }} |
{{ $t('label.address') }}: | {{ orderAddress.apartment ? orderAddress.apartment + ', ' : '' }} {{ orderAddress.address }} |
{{ $t('message.thank_you') }}