{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *} {if $footer.product_discounts_tax_excl > 0} {/if} {if !$order->isVirtual()} {/if} {if $footer.wrapping_tax_excl > 0} {/if} {if $isTaxEnabled} {if $footer.total_taxes > 0} {/if} {/if}
{l s='Total Products' d='Shop.Pdf' pdf='true'} {displayPrice currency=$order->id_currency price=$footer.products_before_discounts_tax_excl}
{l s='Total Discounts' d='Shop.Pdf' pdf='true'} - {displayPrice currency=$order->id_currency price=$footer.product_discounts_tax_excl}
{l s='Shipping Costs' d='Shop.Pdf' pdf='true'} {if $footer.shipping_tax_excl > 0} {displayPrice currency=$order->id_currency price=$footer.shipping_tax_excl} {else} {l s='Free Shipping' d='Shop.Pdf' pdf='true'} {/if}
{l s='Wrapping Costs' d='Shop.Pdf' pdf='true'} {displayPrice currency=$order->id_currency price=$footer.wrapping_tax_excl}
{if $isTaxEnabled} {l s='Total (Tax excl.)' d='Shop.Pdf' pdf='true'} {else} {l s='Total' d='Shop.Pdf' pdf='true'} {/if} {displayPrice currency=$order->id_currency price=$footer.total_paid_tax_excl}
{l s='Total Tax' d='Shop.Pdf' pdf='true'} {displayPrice currency=$order->id_currency price=$footer.total_taxes}
{l s='Total' d='Shop.Pdf' pdf='true'} {displayPrice currency=$order->id_currency price=$footer.total_paid_tax_incl}