{__ text="Koszty"}

{$basket_cost|st_currency_format:false}

{$delivery_cost|st_currency_format:false}

{if $basket_discount > 0}

-{$basket_discount|st_currency_format}

{/if} {if $paid > 0}

-{$paid|st_currency_format}

{/if} {if $points_value != 0}

{$points_value} {$points_shortcut}

{/if}

{$total_amount|st_currency_format}

{if $basket_discount_message} {/if}
{if $discount_coupon_code} {$discount_coupon_code} {/if} {if $gift_card} {$gift_card} {/if}
{st_get_partial partial="stPayment/payment_info_modal" amount=$total_amount}