<{$total_amount}> <{if $total_amount == 1}><{t}>vare<{/t}><{else}><{t}>varer<{/t}><{/if}> <{t}>i alt<{/t}>
    <{section name="i" loop=$basket}> <{assign var="item" value=$basket[i].product}>
  • <{if $basketImages = $item->getImages()}> <{$basketImages[0]->getDescription()}> <{/if}>
    <{$item->getName()}>

    <{t}>Stk pris<{/t}> - <{include file="include/price.html" price=$item->getRealPrice()}>

    <{include file="include/price.html" price=$item->getRealPrice()*$basket[i].amount}>
  • <{/section}>