<{t section="Mail"}>Hej<{/t}> <{$order->getOrderFirstName()|escape}>,
<{t section="Mail"}>Tak for din ordre. Vi sender dig en e-mail når den er færdigbehandlet og afsendt.<{/t}>
<{t section="Mail"}>Ordredetaljer<{/t}>
| <{t section="Mail"}>Produkt<{/t}> | <{t section="Mail"}>Antal<{/t}> | <{t section="Mail"}>Pris<{/t}> | <{t section="Mail"}>Total<{/t}> |
|---|---|---|---|
|
<{$products[i]->getName()|escape}>
<{assign var="attributes" value=$products[i]->getAttributes()}>
<{if $attributes}>
<{section name="j" loop=$attributes}>
<{$attributes[j].name}>: <{$attributes[j].val}><{if !$smarty.section.j.last}>, <{/if}>
<{/section}>
<{/if}>
|
<{$products[i]->getAmount()}> | <{$products[i]->getPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}> | <{($products[i]->getPrice() * $products[i]->getAmount())|number_format:2:",":"."}> <{$webshop->getCurrency()}> |
<{t section="Mail"}>Subtotal<{/t}>
<{($order->getPrice() - $order->getShippingPrice())|number_format:2:",":"."}> <{$webshop->getCurrency()}>
<{if $order->getShippingPrice() > 0}>
<{t section="Mail"}>Fragt<{/t}>
<{$order->getShippingPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>
<{/if}>
<{t section="Mail"}>Total<{/t}>
<{$order->getPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>
<{t section="Mail"}>Ordrenummer<{/t}>
#<{$order->getWebshopOrderId()}>
<{t section="Mail"}>Dato<{/t}>
<{$smarty.now|date_format:"%d-%m-%Y"}>
<{t section="Mail"}>E-mail<{/t}>
<{$order->getEmail()|escape}>
<{t section="Mail"}>Telefon<{/t}>
<{$order->getPhone()|escape}>
<{if $order->getPickupAddress()}>
<{/if}>
<{t section="Mail"}>Pakkeshop<{/t}>
<{$order->getPickupAddress()|escape|nl2br}>
<{t section="Mail"}>Faktureringsadresse<{/t}>
<{$order->getOrderName()|escape}>
<{if $order->getOrderCompanyName()}> <{$order->getOrderCompanyName()|escape}>
<{/if}> <{$order->getOrderAddress()|escape}>
<{$order->getOrderZipcode()|escape}> <{$order->getOrderCity()|escape}>
<{$order->getOrderCountry()|escape}>
<{if $order->getOrderCompanyName()}> <{$order->getOrderCompanyName()|escape}>
<{/if}> <{$order->getOrderAddress()|escape}>
<{$order->getOrderZipcode()|escape}> <{$order->getOrderCity()|escape}>
<{$order->getOrderCountry()|escape}>
<{t section="Mail"}>Leveringsadresse<{/t}>
<{$order->getDelName()|escape}>
<{if $order->getDelCompanyName()}> <{$order->getDelCompanyName()|escape}>
<{/if}> <{$order->getDelAddress()|escape}>
<{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}>
<{if $order->getDelCompanyName()}> <{$order->getDelCompanyName()|escape}>
<{/if}> <{$order->getDelAddress()|escape}>
<{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}>