\n
\n
{{$t('ecommerce.invoice_number')}}
\n {{invoice.order_token_id}}\n \n
\n
{{$t('ecommerce.order_placed')}}
\n {{$d(new Date(invoice.created_at), 'alt_short')}}\n \n
\n
{{$t('ecommerce.delivery_date')}}
\n 19 Marzo 2022\n \n
\n
{{$t('ecommerce.time')}}
\n {{$d(new Date(invoice.created_at), 'standard_hour')}}\n \n
\n
{{$t('ecommerce.branch')}}
\n {{filterBranch.description}}, {{filterBranch.city}}\n \n
\n
{{$t('ecommerce.order_total')}}
\n {{invoice.order_primary.amount | moneyFormat(0)}}\n \n
\n
{{$t('ecommerce.payment_method')}}
\n \n {{payment.type}}
\n \n \n
\n
{{$t('ecommerce.delivery_type')}}
\n {{invoice.order_primary.option_name != 'pick_up' ? $t('Delivery') : $t('ecommerce.pick_up')}} ({{invoice.amount_delivery | moneyFormat(0)}})\n \n