{{ $t('image') }} | {{ $t('name') }} | {{ $t('quantity') }} | {{ $t('effected_price') }} | {{ $t('total') }} |
---|---|---|---|---|
|
{{ item.product.name }}
[{{ item.product.unit_title }} : {{ item.product_option.option_value }}] |
{{ item.quantity }} | {{ getFormattedCurrency(item.product_option.calculated_price) }} | {{ getFormattedCurrency(getItemTotal(item)) }} |
{{ addon.addon.name }} | {{ addon.quantity }} | {{ getFormattedCurrency(addon.price) }} | {{ getFormattedCurrency(getAddonTotal(addon)) }} | |
{{ $t('all_products_are_hidden') }} | ||||
{{ $t('sub_total') }} |
{{ getFormattedCurrency(order.order_amount) }}
|
|||
{{ $t('packaging_charge') }} | {{ getFormattedCurrency(order.packaging_charge) }} | |||
{{ $t('delivery_charge') }} | {{ getFormattedCurrency(order.delivery_charge) }} | |||
{{ $t('coupon_discount') }} | - {{ getFormattedCurrency(order.coupon_discount) }} | |||
{{ $t('extra_charges') }} | {{ getFormattedCurrency(getOrderCharges) }} | |||
{{ $t('total') }} |
{{ getFormattedCurrency(order.total) }}
|
{{ $t('payment_details') }}
{{ $t('type') }}:
{{ $t('status') }}:
{{ getPaymentType() }}
{{ getPaymentStatus() }}
{{ order.address.type }}
{{ $t('address') }}: {{ order.address.address }}
{{ $t('city') }}: {{ order.address.city }}
{{ $t('pincode') }}: {{ order.address.pincode }}
{{ $t('type') }}:
{{ getOrderType() }}
Note: {{ order_status.description }}
{{ getFormattedDate(order_status.created_at) }} - {{ getFormattedTime(order_status.created_at) }}
{{ $t('you_can_accept_or_reject_this_order') }}
{{ $t('set_for_delivery_whenever_order_is_ready') }}
{{ $t('wait_until_customer_confirm_payment_process') }}
- {{ $t('wait_until_delivery_boy_accept_order') }}
- {{ $t('or_assign_to_other_delivery_boy') }}
Please wait until delivery boy arrives
Order will deliver too soon
{{ $t('please_wait_until_customer_resubmit') }}