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

<{t}>Order summary<{/t}>

<{/if}> x-fragment="<{$fragment|escape}>"<{/if}>> <{* Basket Voucher Percent Dicsount *}> <{if $voucher && $voucher->getPercentDiscount()}> <{/if}> <{* Basket Voucher Price Discount *}> <{if $voucher && $voucher->getPriceDiscount()}> <{/if}> <{if $campaign_ids && $campaign_discount}> <{/if}> <{* Basket subtotal *}> <{* Basket Shipping *}> <{if $voucher && $voucher->getFreeShipping()}> <{else}> <{/if}> <{* Basket Total *}> <{* Basket Total VAT *}> <{if $earns}> <{/if}>
<{$voucher->getPercentDiscount()}><{t section="Basket"}>% discount<{/t}> <{$voucher_discount|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t section="Basket"}>Discount<{/t}> <{$voucher->getPriceDiscount()}><{$currency}>
<{t section="Basket"}>Campaign:<{/t}> -<{$campaign_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"}>Shipping<{/t}> <{$shipping_price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t section="Basket"}>Shipping<{/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"}>VAT amount<{/t}> <{$vat|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
 
<{t section="Basket"}>You earn<{/t}> <{$earns|number_format:0:$smarty.capture.decimal:$smarty.capture.thousand}> <{t}>points on this order<{/t}>