{{ $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('show_products') }} | ||||
{{ $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('type') }}:
{{ $t('self_pickup') }}
Note: {{ order_status.description }}
{{ getFormattedDate(order_status.created_at) }} - {{ getFormattedTime(order_status.created_at) }}