Jump to content
xt:Commerce Community Forum

Zeilenumbruch Im Warenkorb


micc

Recommended Posts

Hallo! Ich bitte um Hilfe!

Hab ein Problem mit Zeilenumbr?chen im Warenkorb.

Die Zusammenfassung im Warenkorb schaut wie folgt aus:

Produkt 36.00 EUR 36.00 EUR

Grundpreis + 300.00 EUR

per + 200.00 EUR

1.000 Stk 5000 St?ck

? 36,

-

:

Zusatzpakete

ab 5.000 Stk.

5.000

Stk.:

Und so sollte es aussehen:

Produkt 36.00 EUR 36.00 EUR

Grundpreis per 1.000 Stk ? 36,-: 5000 St?ck + 300.00 EUR

Zusatzpakete ab 5.000 Stk.: 5.000 Stk. + 200.00 EUR

Hab schon ewig nach einer L?sung gesucht, jedoch konnte ich nichts finden.

Bin f?r jeden Tip dankbar!

mfg, michael

Link to comment
Share on other sites

habs jetzt wie folgt in order_details.html eingef?gt - und wieder ohne erfolg. ich versteh das nicht. :cry:

<table width="100%" border="1" cellspacing="0" cellpadding="0">

  <tr> 

   <td nowrap>{$MODULE_order_details}</td>

  </tr>

  <tr>

   <td class="main"></td>

  </tr>

 </table>

Link to comment
Share on other sites

nicht in die shopping_cart, sondern direkt in die order_details. verm. die zellen

<td class="main">{$item_data.NAME}:</td>

  <td class="main" align="left">{$item_data.VALUE_NAME}</td>
probiers mal mit
<td nowrap class="main">{$item_data.NAME}:</td>

  <td nowrap class="main" align="left">{$item_data.VALUE_NAME}</td>

falls es da doch nicht war -> weiterbasteln, irgendwie klappts bestimmt :D

Link to comment
Share on other sites

also ich habs jetzt denke ich *g* danke nochmal!! :-)

hab folgendes:

<td width="1" class="main">{$item_data.NAME}:</td>
auf
<td width="40%" class="main">{$item_data.NAME}:</td>

ge?ndert.

nowrap hatte keine auswirkungen. Mit den Prozentangaben kann man das gut anpassen.

THX

Link to comment
Share on other sites

Archived

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

×
  • Create New...