{if $smarty.get.format == "pdf"} {/if}
![]() |
{elseif $smarty.get.format != "pdf"}
![]() |
{/if}
{else}
{$config.site_title} |
{/if}
Invoice #{$payment.payment_id}
|
|
|
|
|
Product Title | VAT Rate | VAT Amount | Price without VAT | Price with VAT |
{$payment.product_title} | {if $payment.tax_amount > 0}{$config.tax_value}{else}0{/if}% | {$config.currency|default:EUR} {$payment.tax_amount|default:0} | {$config.currency|default:EUR} {$payment.amount} | {$config.currency|default:EUR} {$total_with_vat} |
Total paid: | {$config.currency|default:EUR} {$total_with_vat} |
Thank you for your business! |