<{if $order_return}> <{$order = $order_return->getOrder()}>
Returnering, ordre <{$order->getWebshopOrderId()}>

Returnerede varer

<{if $order_return->getStatus() == "new"}>
Din returnering er under behandling
<{elseif $order_return->getStatus() == "done"}>
Din returnering er færdigbehandlet
<{/if}>
Har du spørgsmål til din returnering?

Spørgsmål

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

Produkter

<{foreach $order_return->getReturnProducts() as $return_product}> <{if $product = $return_product->getProduct()}> <{/if}> <{/foreach}> <{if $shipping = $order_return->getShipping()}> <{/if}>
Produkt Evt. begrundelse Pris
<{if $image = $product->getImage()}> getHtmlSize(50, 50, 'box')}> alt="" style="border-radius:100px;"> <{/if}> <{$product->getName()|escape}> <{if $attributes = $return_product->getAttributes()}>
    <{section name="j" loop=$attributes}>
  • <{$attributes[j].name}>: <{$attributes[j].val}>
  • <{/section}>
<{/if}>
<{$return_product->getReason()|escape}> <{$webshop->getCurrency()}> <{$product->getUnitPrice()|number_format:2:",":"."}>
Moms <{$webshop->getCurrency()}> <{$product->getUnitVat()|number_format:2:",":"."}>
Oprindelig pris <{$webshop->getCurrency()|escape}> <{$order->getTotalPrice()|number_format:2:",":"."}>
Moms <{$webshop->getCurrency()}> <{$order->getVat()|number_format:2:",":"."}>
Samlet returnering <{$webshop->getCurrency()|escape}> <{$order_return->getPrice()|number_format:2:",":"."}>
Moms <{$webshop->getCurrency()}> <{$order_return->getVat()|number_format:2:",":"."}>
Tilbageleveringsmetode via <{$shipping->getName()|escape}> <{$webshop->getCurrency()|escape}> <{$order_return->getShippingPrice()|number_format:2:",":"."}>
Moms <{$webshop->getCurrency()}> <{$order_return->getShippingVat()|number_format:2:",":"."}>
Refungering <{$webshop->getCurrency()}> <{$order_return->getReturnPrice()|number_format:2:",":"."}>
Moms <{$webshop->getCurrency()}> <{$order_return->getReturnVat()|number_format:2:",":"."}>
<{/if}>