Nunja, bei bestimmten Konfigurationen wird leider auf dem Bestätigungsmail die mwst der Versandkosten nicht angezeigt.
Die MwsT ist nur für die Waren angegeben. Die Gesammtsumme stimmt aber wieder. es fehlen bei den mwst einfach die mwst des Versandes.
Woher der Fehler kommt, konnte ich nicht eruiren aber hier die Lösung:
Im bestätigungsmail die MwsT des Versandes einfügen.
Natürlich muss dann wegen der übersichtlichkeit auch umgeordnet werden
So gehts:
Code:
<!-- begin order items information -->
<tr bgcolor="#CCCCCC" class="Stil2">
<td colspan=2><b>bestellte Produkte</b></td>
</tr>
<tr>
<td colspan=2>
<table width=100% cellspacing=0 cellpadding=2 border=0>
<tr align=left class="Stil1">
<th>Anzahl</th>
<th>Name</th>
<th>Artikel-Nr.</th>
<th>Preis</th>
<th>Summe</th>
</tr>
<tr class="Stil1">
{phpShopOrderItems}
<tr class="Stil1">
<td colspan=4 align=right> </td>
<td> </td>
</tr>
<tr class="Stil1">
<td colspan=4 align=right>Zwischensumme :</td>
<td>{phpShopOrderSubtotal}</td>
</tr>{phpShopOrderDisc1}
<tr class="Stil1">
<td colspan=4 align=right> Warenwert MwSt.:</td>
<td>{phpShopOrderTax}</td>
</tr>
<tr class="Stil1">
<td colspan=4 align=right>Versandkosten :</td>
<td>{phpShopOrderShipping}</td>
</tr>
<tr class="Stil1">
<td colspan=4 align=right> Versandkosten MwSt.:</td>
<td>{phpShopOrderShippingTax}</td>
</tr>
{phpShopOrderDisc2}
<tr class="Stil1">
<td colspan=4 align=right><b>Endsumme:</b></td>
<td>{phpShopOrderTotal}</td>
</tr>{phpShopOrderDisc3}
</table>
</td>
</tr>
<!-- end order items information -->
Nun ist alles angegeben und die Rechnung korrekt