Jump to content
xt:Commerce Community Forum

Warenkorb Beschraenken


wayne

Recommended Posts

hi,

wollte mal fragen wie ichs machen kann das nur sagen wir mal angezeigt wird:

2 Artikel

---------------------

gesamtpreis: xyz ?

so dass nicht jeder artikel einzeln aufgelistet wird

am besten dateien in den was gemodet werden muss und so, waer sehr dankbar :)

mfg

Link to comment
Share on other sites

probier es damit:

{config_load file="$language/lang_$language.conf" section="boxes"} 


<table border="0" cellpadding="2" cellspacing="0" bgcolor="#F6DC60">

<tr>

 <td class="boxText" style="border-top: 1px solid #000000; border-bottom: 1px solid #000000">

 {if $empty=='false'}

  Derzeit befinden sich {$PRODUCTS} Produkt{if $PRODUCTS > 1}e{/if} im Warenkorb.<br/>

  <b>{#text_total#}: {$TOTAL}</b>

 {else}

  {#text_empty_cart#}

 {/if}

 </td>

</tr>

</table>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...