{$basket_cost|st_currency_format:false}
{__ text="Wartość koszyka"}:
{$delivery_cost|st_currency_format:false}
{__ text="Koszt dostawy"}:
{if $basket_discount > 0}
-{$basket_discount|st_currency_format}
{__ text="Rabat" langCatalogue="stOrder"} ({$basket_discount_name}):
{/if}
{if $paid > 0}
-{$paid|st_currency_format}
{__ text="Zapłacono"}:
{/if}
{if $points_value != 0}
{$points_value} {$points_shortcut}
{__ text="Koszt"} {$points_shortcut}:
{/if}
{$total_amount|st_currency_format}
{__ text="Razem do zapłaty"}:
{if $basket_discount_message}
{$basket_discount_message}
{/if}