<{$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 $image = $p->getImage()}>
}>)
<{/if}>
<{$product->getName()|escape}>
<{if $attributes = $product->getAttributes()}>
<{foreach $attributes as $attribute}>
-
<{$attribute.name}>: <{$attribute.val}>
<{/foreach}>
<{/if}>
|
<{if $webshop->getUseCalculatedUnitPrice()}>
<{$product->getCalculatedUnitPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t}>VAT<{/t}> <{$product->getCalculatedUnitVat()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{else}>
<{$product->getUnitPrice()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t}>VAT<{/t}><{$product->getUnitVat()|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{/if}>
|
|
<{/if}>
<{/section}>
<{/foreach}>