{config_load file="$language/lang.conf" section="boxes"} {if $deny_cart neq 'true'}
{#heading_cart#}
{if $empty=='false'} {if $DISCOUNT} {/if} {else} {/if} {if $empty=='false'} {else} {/if}
{foreach name=aussen item=products_data from=$products} {/foreach}
 {$products_data.QTY} x  {$products_data.NAME|os_truncate:$smarty.const.MAX_DISPLAY_CART:"...":true}
{#text_discount#} {$DISCOUNT}
{#text_empty_cart#}
 {$UST}{#text_total#} {$TOTAL} 
{/if}