{if $order}>
<{t section="Order"}>Order date<{/t}>
Faktura <{if $order->getInvoiceId()}>(<{$order->getInvoiceId()}>)<{/if}> sendes til: <{$order->getEmail()}>
<{assign var="orderStatus" value=$order->getStatus()}> <{if $order->getPaymentGateway() != 'other' && !$order->getIsPaid() && !$b2b && $order->getStatus() != 'cancelled'}> <{t section="Order"}>Pay and complete the order here<{/t}> <{/if}>| <{t section="Order"}>Product<{/t}> | <{t section="Order"}>Price per unit<{/t}> | <{t section="Order"}>Units<{/t}> | <{t section="Order"}>Subtotal<{/t}> |
|---|---|---|---|
|
<{section name="j" loop=$images start=0 max=1}>
<{$products[i]->getName()|escape}>
<{if $attributes}>
<{t}>Download file<{/t}>: <{$file->filename|escape}> <{/if}>
<{if $b2b}>
<{$products[i]->getPriceExVat()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{else}>
<{$products[i]->getPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{/if}>
|
<{if $b2b}> <{$products[i]->getPriceExVat()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}> <{else}> <{$products[i]->getPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}> <{/if}> | <{$products[i]->getAmount()}> <{t section="Order"}>pcs.<{/t}> | <{if $b2b}> <{$products[i]->getPriceExVat($products[i]->getAmount())|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}> <{else}> <{$products[i]->getPrice($products[i]->getAmount())|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}> <{/if}> |
<{t}>Parcel shop:<{/t}> <{$order->getPickupAddress()|nl2br}>
<{else}> <{$order->getDelName()|escape}> <{if $order->getDelCompanyName()}> <{$order->getDelCompanyName()|escape}> <{/if}> <{$order->getDelAddress()|escape}> <{if $order->getDelAddress2()}> <{$order->getDelAddress2()|escape}> <{/if}> <{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}> <{$order->getDelCountry()|escape}> <{/if}>