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