[TYPO3-german] Mehrwertsteuer falsch bei best. Produkten

Holger holger at holger-hartmann.com
Mon Jul 23 12:52:03 CEST 2007


Hallo,

ich habe folgendes Problem:

Ich habe tt_products, mbi_products_categories und ftrs_products installiert.
Alles funktioniert soweit. Sobald bestimmte Produkte (allesamt: Preis 5,30
mit discountPreis ab 10 Produkten) im Warenkorb sind, stimmt die
Mehrwertssteuer nicht mehr.

Die Mehrwertsteuer wird dann nicht mehr mit 19% gerechnet, sondern steigt
bei 1-9 bestellten Produkten von 19,03% auf 19,05% an, fällt dann bei 10
Produkten(4,90 statt 5,30) auf 18,98%, und sinkt dann aber kurioserweise bei
11-.. bestellten Produkten.

Kann mir da vielleicht jemand weiterhelfen, woran das liegen kann?


hier meine Einträge im setup:

plugin.tt_products.TAXpercentage = 19.00
plugin.tt_products.replaceTAXpercentage = 19.00
plugin.tt_products.priceDec = 2
plugin.tt_products.TAXincluded = 0

plugin.tt_products.getDiscountPrice = 1
plugin.tt_products.discountprice {
10.type = count
10.field = price
10.additive = 1
10.sql.where =
10.prod.1 = 5.30
10.prod.10 = 4.90
10.prod.50 = 4.50
10.prod.100 = 3.90
}


Danke schon mal 
Holger



More information about the TYPO3-german mailing list