[TYPO3-commerce] commerce debit; am i right?

Benny Schimmer bschimmer at cross-content.com
Wed Aug 4 12:09:46 CEST 2010


Hi Michael,

to debug you problem try to get the last error message from the payment 
object. Add the following marker to your template to see error messages 
in front end:
###PAYMENT_PAYMENTOBJ_MESSAGE###

It could also be helpful to debug the formError:
In the pi3-class-file got to the method handlePayment.
In the latest svn build go to line 741 an add 
t3lib_div::debug($this->formError);
Now you should see errors.

Hope this helps to find the error.

Greetings,
Benny

Am 03.08.2010 23:21, schrieb Michael Janssen:
> Hi Rik,
>
> Rik Willems schrieb:
>> Make sure the default payment and shipping products/articles are set
>> up correctly. You can look in the constants and setup to get this right.
> In setup and constants i see only value for devault-values. And these
> are correct.
>
>> Also, make sure the payment and shipping have a price attached (can be
>> 0), otherwise it won't work.
> Yes, prices are attached. And "Invoice" and "Prepayment" are working.
>
> Any hint?
>
> Wishes,
>
> Michael



More information about the TYPO3-project-commerce mailing list