<{t section="Mail"}>Dropshipping ordre<{/t}>
#<{$order->getWebshopOrderId()}>
<{t section="Mail"}>Bestilte produkter<{/t}>
<{$products = $order->getOrderProducts()}> <{section name="i" loop=$products}>
<{$products[i]->getName()|escape}>
SKU: <{$products[i]->getOwnId()|escape}>
<{$products[i]->getAmount()}> <{t section="Mail"}>stk.<{/t}>
<{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}>
<{/section}>
<{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}>
<{t section="Mail"}>Leveringsadresse<{/t}>
<{$order->getDelName()|escape}>
<{$order->getDelAddress()|escape}>
<{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}>
<{if $order->getSetting('shop_id')}>
<{t section="Mail"}>Pakkeshop ID:<{/t}> <{$order->getSetting('shop_id')|escape}>
<{/if}>
<{t section="Mail"}>Se ordre online<{/t}>