<{$product->getName()|escape}>
<{if $basket[i].comment}>
<{$basket[i].comment|escape}>
<{/if}>
<{assign var="attributes" value=$basket[i].attributes}>
<{if $attributes}>
<{foreach from=$attributes item=a}>
<{$a.name|escape}>: <{$a.value|escape}>
<{/foreach}>
<{/if}>
<{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 $basket[i].in_stock}>
Ja
<{if $product->getDeliveryTime()}>
Levering: <{$product->getDeliveryTime()|escape}>
<{/if}>
<{else}>
Nej
<{if $product->getDeliveryTimeNotInStock()}>
Levering: <{$product->getDeliveryTimeNotInStock()|escape}>
<{/if}>
<{if !$product->getAllowNegativeStock()}>
Skal være på lager før du kan bestille
<{/if}>
<{*
<{if $attributes}>
(<{$product->getInStock($attributes[0].id, $attributes[0].value_id)}> på lager)
<{/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}>
|
<{$product->getRealPrice($basket[i].amount, $basket[i].attributes)|number_format:2:",":"."}> <{$webshop->getCurrency()}> |
<{/section}>