<{capture name="title"}>Vi har modtaget din ordre!<{/capture}>

<{t}>Mange tak! Vi har nu modtaget din ordre.<{/t}>

<{foreach $order->getOrderProducts() as $product}> <{/foreach}>
<{t}>SKU<{/t}> <{t}>Produkt<{/t}> <{t}>Navn<{/t}> <{t}>Pris<{/t}> <{t}>Antal<{/t}>
<{$product->getProductId()}>
<{if $images = $product->getImages()}> <{$images[0]->getDescription()}> <{/if}>
<{$product->getName()}>
<{assign var="attributes" value=$product->getAttributes()}> <{if $attributes}> <{section name="j" loop=$attributes}> <{$attributes[j].name}>: <{$attributes[j].val}> <{/section}> <{/if}>
<{include file="include/price.html" price=$product->getRealPrice()}> /<{t}>stk<{/t}>
<{$product->getAmount()}>