[TYPO3-shop] DIBS Payment

Jakob Nielsen jakob at t3cms.dk
Thu Aug 30 00:03:22 CEST 2007


PLEASE PLEASE post the answer to your own question.. I am having the 
same problem, and have spend many hours trying to get the DIBS template 
to work in tt_products.

Did you end up with a working dibs integration?

Jakob Nielsen



Simon skrev:
> Simon wrote:
>> I'm trying to integrate tt_products shop system with the DIBS library. 
>> I  got an error saying:
>>
>> Fatal error: Call to a member function getBlankUid() on a non-object in
>> ext\tt_products\pi1\payment_DIBS.php on line 54
>>
>> Found an old newsgroup-message from Franz Holzinger saying that it 
>> needed to be
>>
>> $orderUid = $this->pibase->order->getBlankUid();
>>
>> didn't work either. I found out that getBlankUid was missing from 
>> class.ttproducts_order .. found it via google.
>>
>> Now that part works by referencing it directly like this:
>>
>> tx_ttproducts_order::getBlankUid();
>>
>> But..
>>
>> then I get another error saying:
>>
>> Fatal error: Call to a member function getView() on a non-object in 
>> E:\webdev\jianlong\typo3conf\ext\tt_products\pi1\payment_DIBS.php on 
>> line 224
>>
>> If I correct this, I end up having to mess with the shop code itself
>>
>> Has anyone found a solution as to how to get it to work?
>> Am I missing some kind of include file?
>>
>> I cannot use the new payment library as it is not working with PHP4
>>
>> Thanks for any help you can provide
>>
> I sorted it out :)


More information about the TYPO3-project-tt-products mailing list