Mahlzeit ....
ich habe vor, das im warenkorb (box_cart.html) nur die Artikelanzahl angeziegt wird.

Das problem ist das es um so mehr ich in den Korb lege um so mehr wird angezeigt.Obwohl ich das ja schon hinbekommen hab das er mir nur die gesamt Arikelanzahl anzeigt.
HTML-Code:
<td style="border-bottom: 1px solid; border-color: #cccccc;" align="left" class="boxText">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
{foreach name=aussen item=products_data from=$products}
<tr>
<td class="main"> </td>
<td class="main"><a href="{$LINK_CART}">{$PRODUCTS} x Artikel</a></td>
</tr>
aber er wiederholt dies immer ...... wie kann ich dass ändern ? ? ?
Danke im voraus für eure Hilfe
Gruß
swenieboy