Din kurv
<{section name="i" loop=$basket}> <{assign var="product" value=$basket[i].product}> <{assign var="image" value=$product->getImage()}> <{/section}>
Vare Pris Antal Total
<{if $image}> <{else}> <{/if}> <{$product->getName()|escape}> <{if $product->hasBundleProducts()}> <{assign var="bundle" value=$product->getBundleProducts()}> <{if $bundle}>
<{section name="j" loop=$bundle}> <{assign var="b_product" value=$bundle[j]}> <{assign var="id" value=$b_product->getProductId()}>
<{$b_product->getName()|escape}> <{if $basket[i].bundle.$id}> (<{$basket[i].bundle.$id.val}>) <{/if}>
<{/section}>
<{/if}> <{/if}>
<{if $product->getBulkDiscountOver() && $basket[i].amount > $product->getBulkDiscountOver()}> <{$product->getBulkDiscountPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}> <{else}> <{$product->getRealPrice(1, $basket[i].attributes)|number_format:2:",":"."}> <{$webshop->getCurrency()}> <{/if}> <{$basket[i].amount}> <{$product->getRealPrice($basket[i].amount, $basket[i].attributes)|number_format:2:",":"."}> <{$webshop->getCurrency()}>
Samlet: <{$total_price|number_format:2:",":"."}> <{$webshop->getCurrency()}>