${textLabels.subtotal} |
${order.subtotal} |
<#if order.shippingMethod?has_content>
<#if !order.pickup && order.shipping.cost?has_content>
${textLabels.shipping} |
<#if order.pricesIncludeTax>
${order.shipping.cost} |
<#else>
${order.shipping.costWithoutTax} |
#if>
<#else>
<#if !order.shipping.free>
${textLabels.pickupInvoice} |
${order.shipping.costWithoutTax} |
#if>
#if>
#if>
<#if order.handlingFee?has_content>
<#if order.handlingFee.useDefaultName>${textLabels.defaultHandlingFeeName}<#else>${order.handlingFee.name}#if> |
${order.handlingFee.value} |
#if>
<#if !order.pricesIncludeTax && order.taxes?has_content><#list order.taxes as tax>
<#if tax.useDefaultName>${textLabels.defaultTaxName}<#else>${tax.name}#if> <#if tax.percentValue> (${tax.percentValue})#if> |
${tax.value} |
#list><#elseif !order.pricesIncludeTax && store.taxFreeBusiness == false && order.reversedTaxApplied == false && order.customerTaxExempt == false>
${textLabels.vat} <#if tax.percentValue> (${tax.percentValue})#if> |
${order.zeroVat} |
#if>
<#list order.surcharges as surcharge><#if surcharge.visible>
${surcharge.titleTranslated} |
${surcharge.totalValue} |
#if>#list>
<#if order.discounts?has_content><#list order.discounts as discount>
<#if discount.useDefaultName>${textLabels.defaultDiscountName}<#else>${discount.name}#if> |
${discount.value} |
#list>#if>
<#if order.pricesIncludeTax && order.taxes?has_content>
${textLabels.totalWithoutTax} |
${order.totalWithoutTax} |
<#list order.taxes as tax>
<#if tax.useDefaultName>${textLabels.defaultTaxName}<#else>${tax.name}#if><#if tax.percentValue> (${tax.percentValue})#if> |
${tax.value} |
#list><#if order.taxes?size gt 1>
${textLabels.totalTax} <#if order.taxesTotalPercentValue > (${order.taxesTotalPercentValue })#if> |
${order.totalTax} |
#if><#elseif order.pricesIncludeTax && store.taxFreeBusiness == false && order.reversedTaxApplied == false && order.customerTaxExempt == false>
${textLabels.vat} <#if order.taxesTotalPercentValue > (${order.taxesTotalPercentValue })#if> |
${order.zeroVat} |
#if>
<#if order.giftCardRedemption?has_content>