{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'} {foreach name=aussen item=products_data from=$products} {if $smarty.const.AJAX_CART == 'true'}
{$products_data.PRODUCTS_QTY} {/if} {$products_data.QTY} x  {$products_data.NAME|vam_truncate:$smarty.const.MAX_DISPLAY_CART:"...":true}  {if $smarty.const.AJAX_CART == 'true'}
{/if}
{if $products_data.ATTRIBUTES!=''} {foreach key=key_data item=item_data from=$products_data.ATTRIBUTES} {$item_data.NAME}: {$item_data.VALUE}
{/foreach} {/if} {/foreach} {if $DISCOUNT}

{#text_discount#} {$DISCOUNT}

{/if}

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

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

{#text_checkout#}

{else}

{#text_empty_cart#}

{/if}
{/if}