{hook key=invoice_top}
  • {$data.config._store_shopowner_company}  -  {$data.config._store_country}-{$data.config._store_shopowner_zip} {$data.config._store_shopowner_city}  -  {$data.config._store_shopowner_streetaddress}
  • {if !empty($data.order.order_data.billing_company)}
  • {$data.order.order_data.billing_company}
  • {/if} {if !empty($data.order.order_data.billing_company_2)}
  • {$data.order.order_data.billing_company_2}
  • {/if} {if !empty($data.order.order_data.billing_company_3)}
  • {$data.order.order_data.billing_company_3}
  • {/if}
  • {$data.order.order_data.billing_firstname} {$data.order.order_data.billing_lastname}
  • {$data.order.order_data.billing_street_address}
  • {if !empty($data.order.order_data.billing_address_addition)}
  • {$data.order.order_data.billing_address_addition}
  • {/if}
  • {$data.order.order_data.billing_postcode} - {$data.order.order_data.billing_city}
  • {$data.order.order_data.billing_country}
  • {txt key=TEXT_DELIVERY_ADDRESS}:
  • {if !empty($data.order.order_data.delivery_company)}
  • {$data.order.order_data.delivery_company}
  • {/if} {if !empty($data.order.order_data.delivery_company_2)}
  • {$data.order.order_data.delivery_company_2}
  • {/if} {if !empty($data.order.order_data.delivery_company_3)}
  • {$data.order.order_data.delivery_company_3}
  • {/if}
  • {$data.order.order_data.delivery_firstname} {$data.order.order_data.delivery_lastname}
  • {$data.order.order_data.delivery_street_address}
  • {if !empty($data.order.order_data.delivery_address_addition)}
  • {$data.order.order_data.delivery_address_addition}
  • {/if}
  • {$data.order.order_data.delivery_postcode} - {$data.order.order_data.delivery_city}
  • {$data.order.order_data.delivery_country}
  • {txt key=TEXT_XT_ORDERS_INVOICES_VAT_ID}: {$data.config._store_shopowner_vatid}
  • {txt key=TEXT_XT_ORDERS_INVOICES_DATE}: {$data.invoice.invoice_issued_date|date_format:"%d/%m/%Y"}
  • {if $data.invoice.invoice_due_date}
  • {txt key=TEXT_XT_ORDERS_INVOICES_DUE_DATE}: {$data.invoice.invoice_due_date|date_format:"%d/%m/%Y"}
  • {/if}
  • {txt key=TEXT_XT_ORDERS_INVOICES_ORDERED_DATE}: {$data.invoice.invoice_ordered_date|date_format:"%d/%m/%Y"}

  • {txt key=TEXT_PAYMENT_ON_INVOICE}: {$data.order.order_data.payment_name}
  • {if $data.order.order_data.transaction_id}{/if}

  • {txt key=TEXT_XT_ORDERS_INVOICES_CUSTOMERS_ID}: {$data.invoice.customers_id}
  • {if !empty($data.order.order_data.customers_vat_id)}
  • {txt key=TITLE_CUSTOMER} {txt key=TEXT_XT_ORDERS_INVOICES_VAT_ID}: {$data.order.order_data.customers_vat_id}
  • {/if}
  • {txt key=TEXT_XT_ORDERS_INVOICES_NUMBER}: {$data.invoice.invoice_prefix}{$data.invoice.invoice_number}
     
  • {txt key=TEXT_XT_ORDERS_INVOICES_ORDER_ID}: {$data.invoice.orders_id}
{if $data.invoice.invoice_subtotal_discount>0} {assign var="showDiscount" value=true} {else} {assign var="showDiscount" value=false} {/if} {if count($data.taxes)} {assign var="showVat" value=true} {else} {assign var="showVat" value=false} {/if}
{if $showDiscount} {/if} {if $showVat} {/if} {foreach from=$data.products item=product name=products} {if $showDiscount} {/if} {if $showVat} {/if} {/foreach}
{txt key=TEXT_XT_ORDERS_INVOICES_PRODUCTS_MODEL} {txt key=TEXT_XT_ORDERS_INVOICES_PRODUCTS_NAME} {txt key=TEXT_XT_ORDERS_INVOICES_PRODUCTS_QUANTITY} {txt key=TEXT_XT_ORDERS_INVOICES_PRODUCTS_PRICE}{txt key=TEXT_XT_ORDERS_INVOICES_PRODUCTS_DISCOUNT}{txt key=TEXT_XT_ORDERS_INVOICES_VAT}{txt key=TEXT_XT_ORDERS_INVOICES_PRODUCTS_TOTAL_PRICE}
{$product.products_model} {$product.products_name} {if $product.serial_number}
{txt key=TEXT_SERIAL_NUMBER} {$product.serial_number}{/if}
{$product.products_quantity} {$product.products_price_formatted} {$data.invoice.invoice_currency}{$product.products_total_discount_formatted} {$data.invoice.invoice_currency}{$product.products_tax_rate_formatted}%{$product.products_final_total_price_formatted} {$data.invoice.invoice_currency}
{if $data.order.order_data.payment_info_html} {/if} {if $data.invoice.invoice_bank_details}
{foreach item=bd from=$data.invoice.invoice_bank_details} {/foreach}
{elseif $data.config._store_orders_invoices_bank}
{/if}
{if $data.invoice.invoice_comment} {/if} {literal} {/literal}
{hook key=invoice_bottom}