Hallo Liste,

ich habe hier das Problem, dass ich einen Shop mit Paypal anbinden will.
Ich habe tt_products 2.7.4, paymentlib 0.3.2 und paymentlib_paypal
0.1.0. Leider schaffe ich es nicht, das da ein Paypal-Code in
###MESSAGE_PAYMENT_SCRIPT### ausgegeben wird.

Mein Setup:

plugin.tt_products {
 paymentActivity = payment
 payment >
 payment {
   # VAT for payment costs
   TAXpercentage = 19.0
   10.title = PayPal
   10.handleLib = paymentlib
   10.image.file = EXT:paymentlib_paypal/res/logo_saferpay_color_low.png
   10.price.type = count
   10.price.1 = 0
   10.handleLib {
     extName = paymentlib_paypal
     extTitle = PayPal Website Payments Standard
     extInfo = PayPal enables any business or consumer with an email ...
     extImage = EXT:paymentlib_paypal/res/paypal_euro.gif
     gatewaymode = form
     paymentMethod = paypal_webpayment_euro
     currency = EUR
     templateFile = EXT:user_schech_layout/layout/paymentlib.tmpl
     returnPID = 81
   }
   20 {
     title = Vorkasse
   }
 }
}

Es wird nicht nur nichts ausgegeben, es wird auch die Seite mit der
Bestellübersicht übersprungen. Man kommt also direkt nach der Eingabe
auf die Bestellbestätigung, nicht aber auf die Übersicht. Mit "Vorkasse"
klappt das.

Ich möchte eigentlich, dass nach der Adresse die Übersicht kommt und man
dann bei einem Klick auf "Kostenpflichtig bestellen" nach Paypal kommt
und nach dem Bezahlen wieder in den Shop wo dann die Bestätigung
angezeigt wird.

Hat da jemand einen Hinweis?


-- 
 MfG, Christian Welzel

  GPG-Key:     http://www.camlann.de/de/pgpkey.html
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an