|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_GET_IN_CONTACT"}] |
[{$shop->oxshops__oxname->value}] - [{$shop->oxshops__oxstreet->value}] - [{$shop->oxshops__oxzip->value}] [{$shop->oxshops__oxcity->value}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_TELEFON"}][{$shop->oxshops__oxtelefon->value}] |
|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_FAX"}][{$shop->oxshops__oxtelefax->value}] |
[{$order->oxorder__oxbillcompany->value}] |
[{$shop->oxshops__oxinfoemail->value}] |
[{$order->oxorder__oxbillfname->value}] [{$order->oxorder__oxbilllname->value}] |
|
[{$order->oxorder__oxbillstreet->value}] [{$order->oxorder__oxbillstreetnr->value}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_BANKVERBINDUNG"}] |
[{$order->oxorder__oxbillzip}] [{$order->oxorder__oxbillcity->value}] |
[{$shop->oxshops__oxbankname->value}] |
|
[{oxmultilang ident="ORDER_OVERVIEW_PDF_BANKCODE_HEADER"}][{$shop->oxshops__oxbiccode->value}] |
|
|
|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILLNR"}][{$order->oxorder__oxbillnr->value}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERNR"}][{$order->oxorder__oxordernr->value}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_CUSTOMERNR"}] [{$user->oxuser__oxcustnr->value}] |
[{if $order->oxorder__d3pdftextkostenstelle_kunden->value}][{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_INVOICENOTE"}][{$order->oxorder__d3pdftextkostenstelle_kunden->value}][{/if}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_DATE"}][{$order->oxorder__oxbilldate->value|date_format:"%d. %m. %Y"}] |
|
|
[{oxmultilang ident="ORDER_OVERVIEW_PDF_ORDERSINCERELY"}][{$order->oxorder__oxorderdate->value|date_format:"%d. %m. %Y"}][{oxmultilang ident="ORDER_OVERVIEW_PDF_ORDERSAT"}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_USTIDNR"}][{$shop->oxshops__oxvatnumber->value}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_AMOUNT"}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ARTNR"}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_DESCRIPTION"}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_USTPERCENTAGE"}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_UNITPRICE"}] |
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_TOTALPRICE"}] |
|
|
|
|
|
|
[{foreach from=$order->getOrderArticles(true) item=oOrderArticle}]
[{$oOrderArticle->oxorderarticles__oxamount->value }] |
[{$oOrderArticle->oxorderarticles__oxartnum->value }] |
[{$oOrderArticle->oxorderarticles__oxtitle->getRawValue() }] [{ $oOrderArticle->oxorderarticles__oxselvariant->getRawValue() }] |
[{$oOrderArticle->oxorderarticles__oxvat->value }] |
[{$oOrderArticle->getBrutPriceFormated()}] [{$currency->name}] |
[{$oOrderArticle->getTotalBrutPriceFormated()}] [{$currency->name}] |
[{/foreach}]
|
|
|
|
|
|
|
|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_SUMBRUTTO"}] |
|
|
[{$order->getFormattedTotalBrutSum()}] [{$currency->name}] |
|
|
|
|
|
|
[{if $order->getFormattedDiscount() != 0}]
|
|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_DISCOUNT"}] |
|
|
[{$order->getFormattedDiscount()}] [{$currency->name}] |
|
|
|
|
|
|
[{/if}]
|
|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_SUMNETTO"}] |
|
|
[{$order->getFormattedTotalNetSum()}] [{$currency->name}] |
[{foreach from=$order->getVats() key=VatKey item=oVat}]
|
|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAX"}] [{$VatKey}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_PERCENTAGE"}] [{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAXPERCVALUE"}] |
|
|
[{$lang->formatCurrency($oVat, $currency)}] [{$currency->name}] |
[{/foreach}]
|
|
|
|
|
|
|
|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_DELIVERY"}] |
|
|
[{$order->getFormattedeliveryCost()}] [{$currency->name}] |
|
|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TAX"}] |
|
|
[{$lang->formatCurrency($oVat, $currency)}] [{$currency->name}] |
|
|
|
|
|
|
|
|
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ORDERBILL_TOTALSUMBRUT"}] |
|
|
[{$order->getFormattedTotalOrderSum()}] [{$currency->name}] |