[TYPO3-paymentlib] No output from template

Karsten webdesign.karsten at gmail.com
Mon Dec 10 09:58:07 CET 2007


Hi list

I am trying to implement paymenlib + paymentLib_quickpay +
paymentLib_paypal, into tt_products. but get a lot of errors and no
output from the template file, so i am stock. According to this list and
tt_products list, it should be possible.

But i am a little confused about versions in tt_products/patmentlib. And
whats working and whats not working?

If i go for quickpay i get this error:

Fatal error: Call to undefined method
tx_paymentlibquickpay_provider::getLibObj() in
D:\www\shop\typo3conf\ext\tt_products\lib\class.tx_ttproducts_paymentlib.php 

on line 99

If i go for saferpay there is no output of the template file
paymentlib.tmpl.

Can someone please help, I am ready for some reasonable sponcering....?

Karsten P


The setup is af follow:
tt_products 2.5.3
php 5.2.5
paymenlib 0.3

I have tryid this in my setup:
plugin.tt_products.paymentActivity=payment
plugin.tt_products.payment {
   radio = 1

    10.title = Dankort med Quickpay
    10.handleLib = paymentlib
    10.image.file = typo3conf/ext/paymentlib_quickpay/res/dankort.gif
    10.handleLib {
      extName = quickpay
      extTitle = quickpay gateway
      extInfo = info bla bla bla.
      gatewaymode = form
      paymentMethod = paymentlib_quickpay_cc_dankort
      Currency = DKR
      templateFile = typo3conf/ext/tt_products/template/paymentlib.tmpl
   }

   20.title = Saferpay Gateway
   20.handleLib = paymentlib
   20.image.file = typo3conf/ext/paymentlib_saferpay/res/saferpay_logo.gif
   20.handleLib {
      extName = saferpay
      extTitle = Saferpay Gateway
      extInfo = Saferpay is the secure e-payment solution for the
processing of online payments over the Internet.
      gatewaymode = form
      paymentMethod = paymentlib_saferpay_all
      Currency = EUR
      templateFile = typo3conf/ext/tt_products/template/paymentlib.tmpl
   }

   30.title = Paypal Gateway
   30.handleLib = paymentlib
   30.image.file = EXT:paymentlib_paypal/res/logo_saferpay_color_low.png
   30.handleLib {
      extName = paypal
      extTitle = Paypal Gateway
      extInfo = PayPal enables any business or consumer with an email
address to securely, conveniently, and cost-effectively send and receive
payments online.
      extImage = typo3conf/ext/paymentlib_paypal/res/paypal_euro.gif
      gatewaymode = webservice
      paymentMethod = paypal_webpayment_euro
      Currency = $
      templateFile = typo3conf/ext/tt_products/template/paymentlib.tmpl
   }

}


More information about the TYPO3-project-paymentlib mailing list