{config_load file="$language/lang_$language.conf" section="boxes"} {if $deny_cart neq 'true'}

{#heading_cart#}

{if $ACTIVATE_GIFT == 'true'} {if isset($GV_AMOUNT)}

{#voucher_balance#} {$GV_AMOUNT}

{/if} {/if} {if $empty == 'false'} {* cart has content *} {foreach name=aussen item=products_data from=$products}

{$products_data.QTY} x {$products_data.NAME|truncate:20:"...":true}{$products_data.BUTTON_DELETE}

{/foreach}

{if isset($DISCOUNT)}{#text_discount#} {$DISCOUNT}
{/if} {if isset($UST)}{$UST}{/if} {#text_total#}:{$TOTAL}
{if isset($SHIPPING_INFO)}{$SHIPPING_INFO}{/if}

{#heading_checkout#} »

{#heading_cart#} »

{else} {* cart has no content *}

{#text_empty_cart#}

{/if} {/if}