Din ordre er sendt
<{if $order->getTrackingNumber()}>
<{assign var="shipping" value=$order->getShipping()}>
Følg din ordre hos <{$shipping->getName()|escape}>.
<{/if}>
Ordreoplysninger
Varer
<{assign var="products" value=$order->getProducts()}>
<{section name="i" loop=$products}>
-
<{$products[i]->getAmount()}> stk. <{$products[i]->getName()|escape}>
<{assign var="attributes" value=$products[i]->getAttributes()}>
<{if $attributes}>
<{section name="j" loop=$attributes}>
- <{$attributes[j].name}>: <{$attributes[j].val}>
<{/section}>
<{/if}>
<{/section}>
Pris
<{$order->getPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>
Bestillingsadresse
<{$order->getOrderName()|escape}>
<{$order->getOrderAddress()|escape}>
<{$order->getOrderZipcode()|escape}> <{$order->getOrderCity()|escape}>
<{$order->getOrderCountry()|escape}>
Leveringsadresse
<{$order->getDelName()|escape}>
<{$order->getDelAddress()|escape}>
<{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}>