{{ $t('label.order_id') }} #{{ order.order_serial_no }} ({{ $t('label.edited') }}) | |
{{ order.order_date }} | {{ order.order_time }} |
{{ $t('label.qty') }} | {{ $t('label.product_description') }} {{ $t('label.price') }} |
---|---|
{{ product.quantity }} |
{{ product.product_name }} {{ product.subtotal_currency_price }} {{ product.variation_names }} |
{{ $t('label.subtotal') }}: | {{ order.subtotal_currency_price }} |
{{ $t('label.tax_fee') }}: | {{ order.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.payment_method_name }} | |
{{ $t('label.order_date_time') }}: | {{ order.order_datetime }} | |
{{ $t('label.note') }}: | {{ $t('label.due_amount') }} {{ order.edited_currency_amount }} | {{ $t('label.return_amount') }} {{ order.edited_currency_amount }} |
{{ $t('label.reason') }}: | {{ order.reason }} |
{{ $t('label.customer') }}: | {{ orderUser.name }} |
{{ $t('label.phone') }}: | {{ orderUser.country_code + '' + orderUser.phone }} |
{{ $t('label.address') }}: | {{ orderAddress.apartment ? orderAddress.apartment + ', ' : '' }} {{ orderAddress.address }} |
{{ $t('label.customer') }}: | {{ orderUser.name }} |
{{ $t('label.phone') }}: | {{ orderUser.country_code + '' + orderUser.phone }} |
{{ $t('label.outlet') }}: | {{ outletAddress.address }} |
{{ $t('message.thank_you') }}
{{ $t('message.please_come_again') }}