[{assign var="currency" value=$order->getOrderCurrency()}] [{assign var="deliveryPrice" value= $order->getOrderDeliveryPrice()}] [{assign var="productVats" value= $order->getProductVats(false)}] [{block name="pdfTopingFile"}] [{include file="d3pdfheader.tpl" showLogo=true}] [{/block}] [{block name="pdfFooterFile"}] [{include file="d3pdffooter.tpl"}] [{/block}] [{* +++++ main page part +++++ *}] [{block name="pdfHeadingFile"}] [{block name="pdfHeaderFile"}] [{include file="d3invoice_pdf_addressarea.tpl"}] [{/block}] [{/block}] [{* +++++Artikeltabelle+++++*}] [{block name="articleListing"}] [{foreach from=$order->getOrderArticles(true) item=oOrderArticle}] [{/foreach}]
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_AMOUNT"}]
[{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"}]
[{$oOrderArticle->oxorderarticles__oxamount->value }]
[{$oOrderArticle->oxorderarticles__oxtitle->getRawValue() }] [{ $oOrderArticle->oxorderarticles__oxselvariant->getRawValue() }]
[{oxmultilang ident="D3_ORDER_OVERVIEW_PDF_ARTNR"}] [{$oOrderArticle->oxorderarticles__oxartnum->value }]
[{$oOrderArticle->oxorderarticles__oxvat->value }]
[{$oOrderArticle->getBrutPriceFormated()}] [{$currency->name}]
[{$oOrderArticle->getTotalBrutPriceFormated()}] [{$currency->name}]
[{/block}] [{block name="articleCosts"}] [{block name="d3_article_costs_summary"}] [{include file="d3_article_costs_summary.tpl"}] [{/block}]
[{/block}] [{block name="pdfPastThankFile"}] [{include file="d3invoice_pdf_conclusion.tpl"}] [{/block}]