<{$webshop->getName()|escape}>
<{/if}>Kreditnota <{$order->getWebshopOrderId()}>
Hej <{$order->getOrderFirstName()|escape}>
Vi har oprettet en kreditnota til dig på følgende 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}>
Pris: <{$order->getPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>
Heraf moms: <{$order->getVat()|number_format:2:",":"."}> <{$webshop->getCurrency()}>
Fragt: <{$order->getShippingPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>
Se også din kreditnota på <{$order->getPublicUrl()|escape}>