{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *}
| {l s='Invoice Number' d='Shop.Pdf' pdf='true'} | {l s='Invoice Date' d='Shop.Pdf' pdf='true'} | {l s='Order Reference' d='Shop.Pdf' pdf='true'} | {l s='Order date' d='Shop.Pdf' pdf='true'} | {if $addresses.invoice->vat_number}{l s='VAT Number' d='Shop.Pdf' pdf='true'} | {/if}
|---|---|---|---|---|
| {$title|escape:'html':'UTF-8'} | {dateFormat date=$order->invoice_date full=0} | {$order->getUniqReference()} | {dateFormat date=$order->date_add full=0} | {if $addresses.invoice->vat_number}{$addresses.invoice->vat_number} | {/if}