+ {if $use_taxes}
+ {if $priceDisplay}
+
+ | {l s='Total products'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'} |
+ {displayPrice price=$total_products} |
+
+ {else}
+
+ | {l s='Total products'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'} |
+ {displayPrice price=$total_products_wt} |
+
+ {/if}
+ {else}
+
+ | {l s='Total products:'} |
+ {displayPrice price=$total_products} |
+
+ {/if}
+
+ |
+ {if $use_taxes}
+ {if $priceDisplay}
+ {l s='Total vouchers'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}
+ {else}
+ {l s='Total vouchers'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}
+ {/if}
+ {else}
+ {l s='Total vouchers:'}
+ {/if}
+ |
+
+ {if $use_taxes}
+ {if $priceDisplay}
+ {displayPrice price=$total_discounts_tax_exc}
+ {else}
+ {displayPrice price=$total_discounts}
+ {/if}
+ {else}
+ {displayPrice price=$total_discounts_tax_exc}
+ {/if}
+ |
+
+
+ |
+ {if $use_taxes}
+ {if $priceDisplay}
+ {l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'}
+ {else}
+ {l s='Total gift-wrapping'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'}
+ {/if}
+ {else}
+ {l s='Total gift-wrapping:'}
+ {/if}
+ |
+
+ {if $use_taxes}
+ {if $priceDisplay}
+ {displayPrice price=$total_wrapping_tax_exc}
+ {else}
+ {displayPrice price=$total_wrapping}
+ {/if}
+ {else}
+ {displayPrice price=$total_wrapping_tax_exc}
+ {/if}
+ |
+
+ {if $use_taxes}
+ {if $priceDisplay}
+
+ | {l s='Total shipping'}{if $display_tax_label} {l s='(tax excl.)'}{/if}{l s=':'} |
+ {displayPrice price=$shippingCostTaxExc} |
+
+ {else}
+
+ | {l s='Total shipping'}{if $display_tax_label} {l s='(tax incl.)'}{/if}{l s=':'} |
+ {displayPrice price=$shippingCost} |
+
+ {/if}
+ {else}
+
+ | {l s='Total shipping:'} |
+ {displayPrice price=$shippingCostTaxExc} |
+
+ {/if}
+
+ {if $use_taxes}
+
+ |
+ {if $display_tax_label}
+ {l s='Total (tax excl.):'}
+ {else}
+ {l s='Subtotal:'}
+ {/if}
+ |
+ {displayPrice price=$total_price_without_tax} |
+
+
+ |
+ {if $display_tax_label}
+ {l s='Total tax:'}
+ {else}
+ {l s='Estimated Sales Tax:'}
+ {/if}
+ |
+ {displayPrice price=$total_tax} |
+
+
+ |
+ {if $display_tax_label}
+ {l s='Total (tax incl.):'}
+ {else}
+ {l s='Total:'}
+ {/if}
+ |
+ {displayPrice price=$total_price} |
+
+ {else}
+
+ | {l s='Total:'} |
+ {displayPrice price=$total_price_without_tax} |
+
+ {/if}
+
+ | {l s='Remaining amount to be added to your cart in order to obtain free shipping:'} |
+ {displayPrice price=$free_ship} |
+
+
+