{config_load file="$language/lang_$language.conf" section="boxes"} {if $deny_cart neq 'true'} {if $empty=='false'}
{#heading_cart#}
{if $DISCOUNT} {/if}
{foreach name=aussen item=products_data from=$products} {/foreach}
{$products_data.QTY} x  {$products_data.NAME|truncate:15:"...":true}
{#text_discount#} {$DISCOUNT}
{$UST}{#text_total#}{$TOTAL}{if $SHIPPING_INFO}
{$SHIPPING_INFO}{/if}
{else}
{#heading_cart#}
{#text_empty_cart#}
{/if} {if $ACTIVATE_GIFT=='true'} {if $GV_AMOUNT neq ''}
{#voucher_balance#}
{$GV_AMOUNT}
{/if} {/if} {/if}