<{if $order_return}> <{$order = $order_return->getOrder()}>

Returnerede varer

Returnering, ordre <{$order->getWebshopOrderId()}>

<{if $order_return->getStatus() == "new"}> <{include file="components/alert.html" variant="info" text="Din returnering er under behandling"|t}> <{elseif $order_return->getStatus() == "done"}> <{include file="components/alert.html" variant="success" text="Din returnering er færdigbehandlet"|t}> <{/if}>
<{foreach $order_return->getReturnProducts() as $return_product}> <{$product = $return_product->getProduct()}> <{/foreach}> <{if $shipping = $order_return->getShipping()}> <{/if}>
<{t section="Order"}>Products<{/t}>
<{t section="Order"}>Product<{/t}> <{t section="Order"}>Comment<{/t}> <{t section="Order"}>Price<{/t}>
<{if $image = $product->getImage()}> <{$image->getDescription()|escape}> <{/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}> <{$product->getUnitPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
Moms <{$product->getUnitVat()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
Oprindelig pris <{$webshop->getCurrency()|escape}> <{$order->getTotalPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
Moms <{$order->getVat()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
Samlet returnering <{$webshop->getCurrency()|escape}> <{$order_return->getPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
Moms <{$order_return->getVat()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
Tilbageleveringsmetode via <{$shipping->getName()|escape}> <{$webshop->getCurrency()|escape}> <{$order_return->getShippingPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
Moms <{$order_return->getShippingVat()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
Refundering <{$order_return->getReturnPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
Moms <{$order_return->getReturnVat()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{/if}>