Din kurv

<{if $get.s == "NaN"}>

En eller flere varer er ikke på lager


<{/if}>
<{if $subscriptions}>

Abonnement

<{section name="i" loop=$subscriptions}> <{assign var="product" value=$subscriptions[i].product}> <{/section}>
Produkt Første levering Interval Antal pr. levering stk. pris Subtotal
<{$product->getName()|escape}> <{if $subscriptions[i].comment}>
<{$subscriptions[i].comment|escape}> <{/if}> <{assign var="attributes" value=$subscriptions[i].attributes}> <{if $attributes}>
<{foreach from=$attributes item=a}>
<{$a.name|escape}>: <{$a.value|escape}>
<{/foreach}>
<{/if}>
"/>
2. levering: <{$subscriptions[i].second_delivery|date_format:"%Y-%m-%d"}>
Hver . <{if $product->getSubscriptionInterval() == "daily"}> dag <{elseif $product->getSubscriptionInterval() == "weekly"}> uge <{elseif $product->getSubscriptionInterval() == "monthly"}> måned <{/if}> <{$product->getRealSubscriptionPrice(1, $subscriptions[i].attributes)|number_format:2:",":"."}> <{$webshop->getCurrency()}> <{$product->getRealSubscriptionPrice($subscriptions[i].amount, $subscriptions[i].attributes)|number_format:2:",":"."}> <{$webshop->getCurrency()}>


<{/if}> <{if $basket}> <{section name="i" loop=$basket}> <{assign var="product" value=$basket[i].product}> <{/section}>
Produkt Lager Antal stk. pris Subtotal
<{$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()}>
<{/if}>
Pris: <{$price|number_format:2:",":"."}> <{$webshop->getCurrency()}>
Fragt: <{$shipping_price|number_format:2:",":"."}> <{$webshop->getCurrency()}>
Total: <{$total_price|number_format:2:",":"."}> <{$webshop->getCurrency()}>
Moms udgør: <{$vat|number_format:2:",":"."}> <{$webshop->getCurrency()}> <{if $basket_weight}>
(Fragen er baseret på vægten: <{$basket_weight|number_format:2:",":"."}> gram.) <{/if}>
<{assign var="countries" value=$webshop->getCountries()}> <{if $countries}>
Leveres til:
<{/if}>
<{if $get.wrong_voucher}>

Ugyldig rabatkort

<{/if}>
<{if $voucher}> <{if $voucher_discount}> Du sparer <{$voucher_discount|number_format:2:",":"."}> <{$webshop->getCurrency()}>. <{/if}> <{if $voucher->getFreeShipping()}> Du får gratis fragt. <{/if}>

<{* <{if $voucher->getPercentDiscount()}>

Du sparer altså <{$voucher->getPercentDiscount()}> % - det er sgu' flot!

<{/if}> <{if $voucher->getPriceDiscount()}>

Du sparer altså <{$voucher->getPriceDiscount()}> <{$webshop->getCurrency()}> - det er sgu' flot!

<{/if}> *}> <{/if}>

Du kan i øvrigt linke til denne kurv via: <{$basket_url|escape}>