<{t}>Subtotal<{/t}>
<{$price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>
<{t}>Shipping<{/t}>
<{if $voucher && $voucher->getFreeShipping()}> <{$shipping_price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}> <{else}> <{$shipping_price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}> <{/if}>
<{t}>Total<{/t}>
<{$total_price|number_format:2:$smarty.capture.decimal:$smarty.capture.thousand}> <{$currency}>