{if $use_taxes} {if $priceDisplay} {else} {/if} {else} {/if} {if $total_shipping_tax_exc <= 0 && !isset($virtualCart)} {else} {if $use_taxes} {if $priceDisplay} {assign var=attr value="{if $total_shipping_tax_exc <= 0} style=\"display:none;\"{/if}"} {else} {assign var=attr value="{if $total_shipping <= 0} style=\"display:none;\"{/if}"} {/if} {else} {assign var=attr value="{if $total_shipping_tax_exc <= 0} style=\"display:none;\"{/if}"} {/if} {/if} {if $use_taxes} {/if}
{if $display_tax_label}{l s='Total products (tax excl.):'}{else}{l s='Total products:'}{/if} {displayPrice price=$total_products}
{if $display_tax_label}{l s='Total products (tax incl.):'}{else}{l s='Total products:'}{/if} {displayPrice price=$total_products_wt}
{l s='Total products:'} {displayPrice price=$total_products}
{if $use_taxes && $display_tax_label} {l s='Total vouchers (tax excl.):'} {else} {l s='Total vouchers:'} {/if} {if $use_taxes && !$priceDisplay} {assign var='total_discounts_negative' value=$total_discounts * -1} {else} {assign var='total_discounts_negative' value=$total_discounts_tax_exc * -1} {/if} {displayPrice price=$total_discounts_negative}
{if $use_taxes} {if $display_tax_label}{l s='Total gift-wrapping (tax incl.):'}{else}{l s='Total gift-wrapping:'}{/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}
{l s='Shipping:'} {l s='Free Shipping!'}
{if $display_tax_label}{l s='Total shipping (tax excl.):'}{else}{l s='Total shipping:'}{/if} {displayPrice price=$total_shipping_tax_exc}
{if $display_tax_label}{l s='Total shipping (tax incl.):'}{else}{l s='Total shipping:'}{/if} {displayPrice price=$total_shipping}
{l s='Total shipping:'} {displayPrice price=$total_shipping_tax_exc}
{l s='Total (tax excl.):'} {displayPrice price=$total_price_without_tax}
{l s='Total tax:'} {displayPrice price=$total_tax}
{l s='Total:'} {if $use_taxes} {displayPrice price=$total_price} {else} {displayPrice price=$total_price_without_tax} {/if}