{config_load file="$language/lang.conf" section="boxes"} {if $deny_cart neq 'true'}
{$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}