{{item.value.name}} x {{item.value.quantity}}
{{1*item.value.subtotal | currency:values.currency:true:'1.2-2' }}
{{"coupon" | translate}}
{{1*orderSummary.discount_total | currency:values.currency:true:'1.2-2' }}
{{"Shipping Total" | translate}}
{{1*orderSummary.shipping_total | currency:values.currency:true:'1.2-2' }}
{{"Shipping Tax" | translate}}
{{1*orderSummary.shipping_tax | currency:values.currency:true:'1.2-2' }}
{{"Total Tax" | translate}}
{{1*orderSummary.total_tax | currency:values.currency:true:'1.2-2' }}
{{1*orderSummary.total | currency:values.currency:true:'1.2-2' }}