<{assign var="shipping_methods" value=$webshop->getShippings()}> <{if $shipping_methods}> <{section name="i" loop=$shipping_methods}> <{assign var="shipping_id" value=$shipping_methods[i]->getShippingId()}> <{assign var="session_shipping_id" value=$session_del.shipping_id}> <{if $shipping_id == $session_shipping_id }> <{assign var="shipping_name" value=$shipping_methods[i]->getName()}> <{/if}> <{/section}> <{/if}> x-fragment="<{$fragment|escape}>"<{/if}>> <{* Voucher Discounts *}> <{if $voucher}> <{if $voucher->getPercentDiscount()}> <{/if}> <{if $voucher->getPriceDiscount()}>
<{$voucher->getPriceDiscount()}> <{$webshop->getCurrency()}>
<{/if}> <{if $voucher->getFreeShipping()}>
Gratis fragt.
<{/if}> <{if $voucher_discount && !$voucher->getPriceDiscount()}>
Du sparer <{$voucher_discount|number_format:2:",":"."}> <{$webshop->getCurrency()}>.
<{/if}> <{/if}> <{* Basket subtotal *}> <{* Basket Shipping *}> <{if $voucher && $voucher->getFreeShipping()}> <{else}> <{/if}> <{* Basket Total *}> <{* Basket Total VAT *}>
<{$voucher->getPercentDiscount()}><{t section="Basket"}>% rabat<{/t}> <{$voucher->getPercentDiscount()}> % <{$voucher_discount|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t section="Basket"}>Subtotal<{/t}> <{$price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t section="Basket"}>Fragt<{/t}> <{$shipping_price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t section="Basket"}>Fragt<{/t}> <{$shipping_price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t section="Basket"}>Total:<{/t}> <{$total_price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t section="Basket"}>Heraf moms<{/t}> <{$vat|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>