[TYPO3-commerce] TYPO3-project-commerce Digest, Vol 30, Issue 2

Morten Olesen mo at idefa.dk
Fri Oct 23 08:39:55 CEST 2009


Hi Stefan,

First of all it's Morten.

2nd your problem is that paymentlib_ipayment havent been updated since 
2007, it's not a commerece, paymentlib or even commerce_paymentlib bug.

That extension is made by Udo Gerhards 
<Udo.Gerhards(AT)cms-solutions.info> I suggest you contact him.

If you insist on using an older version of paymentlib just check and 
older version out of the svn - rev 5697 is version 2.1 for instance, how 
ever there is properly good reasons that this library was updated and 
there are no guarantee that it will work with commerce_paymentlib.


And finally, a pet peve of mine - please edit the subject to fit the 
content when you reply to digests.


/Morten

Stefan Kraus - NETFORMIC GmbH wrote:
> Hello Morton,
> 
> i want to use your extension with paymentlib and paymentlib_ipayment.
> but i don't get it working.
> 
> after the installation of the ipayment provider i get an error:
> 
> Fatal error: Declaration of tx_paymentlibipayment_provider::transaction_getResults() must be compatible with that of tx_paymentlib_provider::transaction_getResults() in /srv/www/euroticketonline/htdocs/typo3conf/ext/paymentlib_ipayment/class.tx_paymentlibipayment_provider.php on 
> line 535  
> 
> i tried to fix that compatability, but when i install your extension afterwords nothing happens.
> so i think i need an older version of paymentlib first, which is "native" compatible to the ipayment provider. 
> 
> so which version of the paymentlib extension do you with your installations use at the moment?
> i use 0.3.2 and tested it with the quickpay provider.
> it seems only to suppurt paymentlib up to 0.3.0.
> 
> when i use the paymentlib version 0.3.0 trunk from svn http://svn.sourceforge.net/viewvc/typo3xdev/tx_paymentlib/
> i get the same error after installing ipayment. 
> 
> do you have any idea where i can get even older versions of the paymentlib extension f.i 0.2.0?
> 
> or even better could you try to install the paymentlib_ipayment provider on one of your (test)systems 
> and tell me if you get an error afterwords and which versions do you use?
> 
> very frustrating again when there seem to be extensions and thene they don't work at all.
> perhaps using the time for writing our own extension instead of searching and testing would be the better choice...
> 
> 
> when i get all of installed, how would i see that it works.
> do i get another creditcard-form in the commerce checkout automatically, or do i have to switch to it somehow.
> 
> i put the ts-configuration of your extension in an external ts-file in included by the maintemplate.
> config.idefa_commerce_paymentlib{
>     #comma seperated list of payment methods - consult the payment provider plugin for the names.
>     paymentmethods=paymentlib_ipayment
>     #dont put space between the commas above
> 
>     #payment error wrap
>     payementError= <div class='paymentError'>An error occured <b> | </b> </div>
> 
>     #override the default commerce order ID with the reply from the gateway ( 0/unset = no, 1= yes )
>     orderIDoverride=0
> }
> 
> hoping for hints and Best regards,
> Stefan Kraus
> 
> -----Ursprüngliche Nachricht-----
> Von: typo3-project-commerce-bounces at lists.netfielders.de [mailto:typo3-project-commerce-bounces at lists.netfielders.de] Im Auftrag von typo3-project-commerce-request at lists.netfielders.de
> Gesendet: Freitag, 3. Juli 2009 12:00
> An: typo3-project-commerce at lists.netfielders.de
> Betreff: TYPO3-project-commerce Digest, Vol 30, Issue 2
> 
> Send TYPO3-project-commerce mailing list submissions to
> 	typo3-project-commerce at lists.netfielders.de
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce
> 
> or, via email, send a message with subject or body 'help' to
> 	typo3-project-commerce-request at lists.netfielders.de
> 
> You can reach the person managing the list at
> 	typo3-project-commerce-owner at lists.netfielders.de
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TYPO3-project-commerce digest..."
> 
> 
> Today's Topics:
> 
>    1. idefa_commerce_paymentlib (Sebastian B?ttger)
>    2. Re: idefa_commerce_paymentlib (Morten Olesen)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Thu, 02 Jul 2009 13:15:08 +0200
> From: Sebastian B?ttger  <sebastian.boettger at gmail.com>
> Subject: [TYPO3-commerce] idefa_commerce_paymentlib
> To: typo3-project-commerce at lists.netfielders.de
> Message-ID:
> 	<mailman.18238.1246533313.3168.typo3-project-commerce at lists.netfielders.de>
> 	
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> Hi,
> 
> I just found this little extension in TER, and where wondering that no 
> one never used this. Is it working?
> 
> If I understood corectly, it's a bridge to use all pymentlib_* 
> extensions in commerce.
> 
> Unfortunatly there is no manual, but the README says something that lets 
> me hope that I can use this extension in production.
> 
> Anybody got some more infos about this?
> 
> Best regards
> Sebastian
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Fri, 03 Jul 2009 08:12:28 +0200
> From: Morten Olesen <mo at idefa.dk>
> Subject: Re: [TYPO3-commerce] idefa_commerce_paymentlib
> To: typo3-project-commerce at lists.netfielders.de
> Message-ID:
> 	<mailman.1.1246601548.18389.typo3-project-commerce at lists.netfielders.de>
> 	
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
> 
> Hi Sebastian,
> 
> I am the author of that extension - we use it in production on all our 
> shops, I of at least two other companies that use it for production 
> shops, it should work with any paymentlib_* provider - but I've only 
> tested it with paymentlib_quickpay and paymentlib_offlinepayment my self.
> 
> The manual is currently the forge wiki
> http://forge.typo3.org/wiki/extension-idefa_commerce_paymentlib/013
> 
> While the extension makes no mention of it it works with all version of 
> commerce ( including the latest SVN ).
> 
> 
> If you decided to make use of it I'd appreciate your feed back, aswell 
> as report of what paymentlib_ provider you used.
> 
> /Morten Olesen
> 
> Sebastian B?ttger wrote:
>> Hi,
>>
>> I just found this little extension in TER, and where wondering that no 
>> one never used this. Is it working?
>>
>> If I understood corectly, it's a bridge to use all pymentlib_* 
>> extensions in commerce.
>>
>> Unfortunatly there is no manual, but the README says something that lets 
>> me hope that I can use this extension in production.
>>
>> Anybody got some more infos about this?
>>
>> Best regards
>> Sebastian
> 
> 
> ------------------------------
> 
> _______________________________________________
> TYPO3-project-commerce mailing list
> TYPO3-project-commerce at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-commerce
> 
> End of TYPO3-project-commerce Digest, Vol 30, Issue 2
> *****************************************************


More information about the TYPO3-project-commerce mailing list