{config_load file="$language/lang_$language.conf" section="boxes"} {config_load file="$language/lang_$language.conf" section="index"} {if $deny_cart neq 'true'}
{if $empty=='false'} {if $DISCOUNT} {/if} {else} {/if} {if $empty=='false'} {else} {/if}
 » {#heading_cart#}
{foreach name=aussen item=products_data from=$products} {/foreach}
 {$products_data.QTY} x  {$products_data.NAME|vam_truncate:$smarty.const.MAX_DISPLAY_CART:"...":true}
{if $products_data.ATTRIBUTES!=''} {foreach key=key_data item=item_data from=$products_data.ATTRIBUTES} {$item_data.NAME}: {$item_data.VALUE}
{/foreach} {/if}
{#text_discount#} {$DISCOUNT}
{#text_checkout#}
{#text_empty_cart#}
 {$UST}{#text_total#} {$TOTAL} 
{/if}