26. 10. 2012, 14:01
Ich bekomme langsam die kriese ...
Ich habe mir tt_products 2.7.4 installiert...
nun möchte ich dazu PayPal mit anbinden..
dafür habe ich folgende Extensions eingebunden.
transactor 0.1.2
paymentlib 0.3.2
paymentlib_paypal 0.1.0
darüberhinaus habe ich ich folgenden TypoScript Code bei meinen Shop eingebunden (Setup)
paymentActivity = finalize payment > payment { radio = 1 TAXpercentage = 7 10.title = Rechnung 20.title = Barzahlung 30.title = Nachnahme (nur innerhalb Dtl.) 30.price = 2.00 30.TAXincluded = 1 40.title = Vorrauskasse // Paypal 50.handleLib = paymentlib 50.title = Paypal - vor Abschluss der Bestellung 50.image.file = EXT:paymentlib_paypal/res/logo_saferpay_color_low.png 50.handleLib { extName = paymentlib_paypal extTitle = PayPal Website Payments Standard extInfo = PayPal enables any business or consumer with an email address to securely, conveniently, and cost-effectively send and receive payments online. extImage = EXT:paymentlib_paypal/res/paypal_euro.gif gatewaymode = form paymentMethod = paypal_webpayment_euro currency = EUR returnPID = 34 templateFile = fileadmin/templates/onlineshop/paymentlib.tmpl } } }
ins Template habe ich foldenes Geschrieben
<!-- ###MESSAGE_PAYMENT### --> <!-- ###MESSAGE_PAYMENT_10### --> Rechnung. <!-- ###MESSAGE_PAYMENT_10### --> <!-- ###MESSAGE_PAYMENT_20### --> Barzahlung im Laden <!-- ###MESSAGE_PAYMENT_20### --> <!-- ###MESSAGE_PAYMENT_30### --> Nachname <!-- ###MESSAGE_PAYMENT_30### --> <!-- ###MESSAGE_PAYMENT_40### --> Vorrauskasse Inhaber: BLZ: Kontonummer: Bank: Verwendungszweck: <!-- ###MESSAGE_PAYMENT_40### --> <!-- ###MESSAGE_PAYMENT_50### --> Pay Pal ###MESSAGE_PAYMENT_SCRIPT### <!-- ###MESSAGE_PAYMENT_50### --> <!-- ###MESSAGE_PAYMENT### -->
Und dennoch wird nix angezeigt ich bin am verzweifeln ... -.-
hoffe es kann mir jemand helfen :/