[TYPO3-commerce] How to use class.tx_commerce_payment_debit.php?

Wolfgang W. wolfgang at eyrarecords.de
Mon Jan 21 23:58:49 CET 2008


Hi,

I have found class.tx_commerce_payment_debit.php in payment folder. So I 
configured it like paypal.

Added the follow to ext_localconf.php of commerce:

$TYPO3_CONF_VARS['EXTCONF'][COMMERCE_EXTkey]['SYSPRODUCTS']['PAYMENT']['types']['debit'] 
= array (

'path' => PATH_txcommerce .'payment/class.tx_commerce_payment_debit.php',

'class' => 'tx_commerce_payment_debit',

'type'=>PAYMENTArticleType,

);

And Added the classname in the payment article.

So debit works in the frontend but I can type in what i want. I cannot go to 
the next step.

Oh I found out that debit needs 5 Database fields so I added these 5 but 
doesn`t work.



Does anybody know how I can geht it work or how i get another solution for 
debit?



Greetings,



Wolfgang




More information about the TYPO3-project-commerce mailing list