<{if $order}>
Ordre ID: <{$order->getWebshopOrderId()}> <{if $order->getInvoiceId()}>
Fakturanummer: <{$order->getInvoiceId()}> <{/if}>

Retuner varer

Har du spørgsmål til din ordre?

Spørgsmål

Skriv dit spørgsmål her, og vi vender tilbage hurtigst muligt pr. mail:

Produkter

<{$line = 0}> <{foreach $order->getOrderProducts() as $product}> <{assign var="p" value=$product->getProduct()}> <{$returned = $product->getReturned()}> <{section name="i" loop=$product->getAmount()}> <{$line = $line+1}> <{if $line - $returned > 0}> <{/if}> <{/section}> <{/foreach}>
Produkt Pris Vælg
<{if $image = $p->getImage()}> getHtmlSize(50, 50, 'box')}> alt="" style="border-radius:100px;"> <{/if}> <{$product->getName()|escape}> <{if $attributes = $product->getAttributes()}>
    <{foreach $attributes as $attribute}>
  • <{$attribute.name}>: <{$attribute.val}>
  • <{/foreach}>
<{/if}>
<{if $webshop->getUseCalculatedUnitPrice()}> <{$webshop->getCurrency()}> <{$product->getCalculatedUnitPrice()|number_format:2:",":"."}>
Moms <{$webshop->getCurrency()}> <{$product->getCalculatedUnitVat()|number_format:2:",":"."}>
<{else}> <{$webshop->getCurrency()}> <{$product->getUnitPrice()|number_format:2:",":"."}>
Moms <{$webshop->getCurrency()}> <{$product->getUnitVat()|number_format:2:",":"."}>
<{/if}>
<{if $return_shipping = $webshop->getReturnShipping($order->getDelCountryId())}>

<{t}>Varer skal returneres via<{/t}> <{$return_shipping->getName()|escape}>. <{if $webshop->getReturnShippingPrice($order->getDelCountryId())}> <{t currency=$webshop->getCurrency() price=$webshop->getReturnShippingPrice($order->getDelCountryId())|number_format:2:",":"."}> Pris for returlabel m.m. er {currency} {price}. Dette modregnes i den endelige returnering. <{/t}> <{else}> <{t currency=$webshop->getCurrency() price=$return_shipping->getCost()|number_format:2:",":"."}> Pris for returlabel m.m. er {currency} {price}. Dette modregnes i den endelige returnering. <{/t}> <{/if}>

<{else}>
<{/if}>
<{else}>
<{if $get.not_found}>

<{t}>Der blev ikke fundet nogen ordre.<{/t}>

<{/if}>

<{t}>Returcenter<{/t}>

<{/if}>