<{if $subject}> Kreditnota <{$order->getWebshopOrderId()}> fra <{$webshop->getName()}> <{else}> Din ordre er sendt
<{if $settings.design.logo}>

<{$webshop->getName()|escape}>

<{else}>

<{$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}>
<{assign var="image" value=$products[i]->getImage()}> <{if $image}> <{/if}>
<{$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()}>
Heraf moms: <{$order->getVat()|number_format:2:",":"."}> <{$webshop->getCurrency()}>

Fragt: <{$order->getShippingPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>

Bestillingsadresse

<{$order->getOrderName()|escape}>
<{if $order->getOrderCompanyName()}> <{$order->getOrderCompanyName()|escape}>
<{/if}> <{if $order->getVatNumber()}> CVR-nummer: <{$order->getVatNumber()|escape}>
<{/if}> <{$order->getOrderAddress()|escape}>
<{$order->getOrderZipcode()|escape}> <{$order->getOrderCity()|escape}>
<{$order->getOrderCountry()|escape}>

Se også din kreditnota på <{$order->getPublicUrl()|escape}>

<{/if}>