<{t section="Mail"}>Dropshipping ordre<{/t}>
#<{$order->getWebshopOrderId()}>
<{t section="Mail"}>Bestilte produkter<{/t}>
<{$products = $order->getOrderProducts()}>
<{section name="i" loop=$products}>
<{assign var="attributes" value=$products[i]->getAttributes()}>
<{if $attributes}>
<{/section}>
<{$products[i]->getName()|escape}>
SKU: <{$products[i]->getOwnId()|escape}>
<{$products[i]->getAmount()}> <{t section="Mail"}>stk.<{/t}>
<{section name="j" loop=$attributes}>
<{$attributes[j].name}>: <{$attributes[j].val}><{if !$smarty.section.j.last}>, <{/if}>
<{/section}>
<{/if}>
<{t section="Mail"}>Ordreværdi<{/t}>
<{$order->getPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>
<{t section="Mail"}>Bestillingsadresse<{/t}>
<{$order->getOrderName()|escape}>
<{$order->getOrderAddress()|escape}>
<{$order->getOrderZipcode()|escape}> <{$order->getOrderCity()|escape}>
<{$order->getOrderCountry()|escape}>
<{$order->getOrderAddress()|escape}>
<{$order->getOrderZipcode()|escape}> <{$order->getOrderCity()|escape}>
<{$order->getOrderCountry()|escape}>
<{t section="Mail"}>Leveringsadresse<{/t}>
<{$order->getDelName()|escape}>
<{$order->getDelAddress()|escape}>
<{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}>
<{$order->getDelAddress()|escape}>
<{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}>
<{t section="Mail"}>Pakkeshop ID:<{/t}> <{$order->getSetting('shop_id')|escape}>
<{/if}>