[TYPO3-german] (no subject)

Bernd Schuhmacher typo3 at nmedien.de
Tue Oct 13 10:42:19 CEST 2009


Hallo Florian
Erst einmal ein Tipp: Für tt_products gibt es eine spezielle Liste 
(TYPO3-shop). Da bist du mit Fragen dazu sicherlich sehr gut aufgehoben, 
da sich da unter anderem auch der Entwickler der Extension sehr oft zu 
Worte meldet.
Nun zu deinem Problem.
Florian schrieb:

> ....
>   
Im HTML Template konnte ich so direkt keinen Fehler finden. Das sollte 
also passen IM TS Setup stimmt dafür wohl etwas nicht.
> [TS]plugin.tt_products.payment >
> plugin.tt_products.payment {
> 	radio=0
> 	TAXpercentage=19
> 	10.title = Rechnung
> 	20.title = Barzahlung
> 	30.title = Nachnahme
> 	plugin.tt_products.shipping {
> 		TAXpercentage=19
> 		10.title = Versand innerhalb Deutschland
> 		10.price = 4.50
> 		10.TAXincluded=1
> 		10.excludePayment=20, 30
> 		20.title = Selbstabholer
> 		20.price =
> 		20.TAXincluded=1
> 		20.excludePayment=10, 30
> 		30.title = Nachnahme innerhalb Deutschland
> 		30.price = 8.50
> 		30.TAXincluded=1
> 		30.excludePayment=10,20
> 	}
> }[/TS]
>   
Entweder machst du nach 30.title = Nachname die geschwungene Klammer zu 
oder du lässt die folgende Zeile weg.
Es sollte also ehe so aussehen:

....
	20.title = Barzahlung
	30.title = Nachnahme
	TAXpercentage=19
	10.title = Versand innerhalb Deutschland
	10.price = 4.50
	10.TAXincluded=1

...
Eine der beiden schließenden Klammern am Ende muss dann auch weg.


Grüße

Bernd

-- 
nMedien, Schuhmacher & Schuhmacher GbR
Donaustraße 4
66424 Homburg
Tel.: 06848/730664
FAX: 06848/72145
Email: kontakt at nmedien.de
Web: http://www.nmedien.de



More information about the TYPO3-german mailing list