{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}>
| <{$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}> |