<{if $order}> <{if $get.voted}>

Tak! Din anmeldelse er modtaget.

<{assign var="products" value=$order->getProducts()}> <{include file="product-box.html" title="Andre købte også" products=$webshop->getAlsoBought($products)}> <{else}>

Din ordre

<{assign var="products" value=$order->getOrderProducts()}>
<{section name="i" loop=$products}>
<{assign var="images" value=$products[i]->getImages()}> <{section name="j" loop=$images max=1}> <{/section}> <{$products[i]->getAmount()}> stk. <{$products[i]->getName()|escape}> <{$webshop->getCurrency()}> <{$products[i]->getUnitPrice()|number_format:2:",":"."}> <{assign var="attributes" value=$products[i]->getAttributes()}> <{if $attributes}>
    <{section name="j" loop=$attributes}>
  • <{$attributes[j].name}>: <{$attributes[j].val}>
  • <{/section}>
<{/if}>
Din vurdering:
<{/section}>
<{/if}> <{/if}>