{load_language_text section="box_cart_top"} {if $deny_cart neq 'true'} {if $empty=='false'}
{$txt.heading_cart}:
{php} $cnt=0; {/php} {foreach name=aussen item=products_data from=$products} {php} $cnt++; {/php} {/foreach}
{php} if($cnt <= 0) { {/php}{$txt.text_empty_cart}{php} } if($cnt == 1) { {/php}{$txt.gm_cart_one_prod}{php} } if($cnt > 1) { echo "$cnt ";{/php}{$txt.gm_cart_sev_prod}{php} } {/php}
{if $DISCOUNT}{$txt.text_discount} {$DISCOUNT}
{/if} {$UST}{$txt.text_total}{$TOTAL}{if $SHIPPING_INFO}
{$SHIPPING_INFO}{/if} {if $coupon_valid == 'true'}
{$heading_cart}
{$txt.cart_coupon} {$txt.coupon_amount}
{/if}
{else}
{$txt.heading_cart}:
{$txt.text_empty_cart} {if $coupon_valid == 'true'}
{$heading_cart}
{$txt.cart_coupon} {$txt.coupon_amount}
{/if}
{/if} {/if}