[TYPO3-shop] Multilang payment config
Richard Jäger
richard_j at arcor.de
Thu Aug 13 13:12:54 CEST 2009
Hey,
i am using tt_products for a multilanguage shop. The only problem is the
payment, its just in one language.
payment >
payment {
radio = 1
10.title = Rechnung
10.image.file =
10.priceTax =
10.priceNoTax =
10.percentOfGoodstotal =
10.payprice = price
20.title = Kreditkarte
20.handleLib = paymentlib
20.handleLib {
extName = paymentlib_ipayment
extTitle = iPayment
templateFile = fileadmin/templates/Buchshop/ipayment_de.html
gatewaymode = form
paymentMethod = paymentlib_ipayment_cc_americanexpress
Currency = EUR
}
I tried also with globalVar:
payment >
payment {
radio = 1
10.title = Rechnung
10.image.file =
10.priceTax =
10.priceNoTax =
10.percentOfGoodstotal =
10.payprice = price
20.title = Kreditkarte
20.handleLib = paymentlib
20.handleLib {
extName = paymentlib_ipayment
extTitle = iPayment
templateFile = fileadmin/templates/Buchshop/ipayment_de.html
gatewaymode = form
paymentMethod = paymentlib_ipayment_cc_americanexpress
Currency = EUR
}
[globalVar = GP:L = 1]
payment >
payment {
radio = 1
10.title = Invoice
10.image.file =
10.priceTax =
10.priceNoTax =
10.percentOfGoodstotal =
10.payprice = price
20.title = Credit Card
20.handleLib = paymentlib
20.handleLib {
extName = paymentlib_ipayment
extTitle = iPayment
templateFile = fileadmin/templates/Buchshop/ipayment_de.html
gatewaymode = form
paymentMethod = paymentlib_ipayment_cc_americanexpress
Currency = EUR
}
[global]
Does anyone know, how i could solve this problem?
Thanks in advance
More information about the TYPO3-project-tt-products
mailing list