|
{l s='Total Products' d='Shop.Pdf' pdf='true'}
|
{displayPrice currency=$order->id_currency price=$footer.products_before_discounts_tax_excl}
|
{if $footer.product_discounts_tax_excl > 0}
|
{l s='Total Discounts' d='Shop.Pdf' pdf='true'}
|
- {displayPrice currency=$order->id_currency price=$footer.product_discounts_tax_excl}
|
{/if}
{if !$order->isVirtual()}
|
{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}
|
{/if}
{if $footer.wrapping_tax_excl > 0}
|
{l s='Wrapping Costs' d='Shop.Pdf' pdf='true'}
|
{displayPrice currency=$order->id_currency price=$footer.wrapping_tax_excl} |
{/if}
|
{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}
|
{if $isTaxEnabled}
{if $footer.total_taxes > 0}
|
{l s='Total Tax' d='Shop.Pdf' pdf='true'}
|
{displayPrice currency=$order->id_currency price=$footer.total_taxes}
|
{/if}
|
{l s='Total' d='Shop.Pdf' pdf='true'}
|
{displayPrice currency=$order->id_currency price=$footer.total_paid_tax_incl}
|
{/if}