{config_load file="$language/lang.conf" section="boxes"} {if $deny_cart neq 'true'}
{if $empty=='false'} {foreach name=aussen item=products_data from=$products}

{$products_data.QTY} x  {$products_data.NAME|os_truncate:$smarty.const.MAX_DISPLAY_CART:"...":true}

{/foreach} {if $DISCOUNT}

{#text_discount#} {$DISCOUNT}

{/if}

{$UST}{#text_total#} {$TOTAL}

{if $SHIPPING_INFO}{$SHIPPING_INFO}{/if}

{else}

{#text_empty_cart#}

{/if}
{/if}