bernd wilke wrote: > for a project I should implement two new payments, which could be done > with paymentlib-addons as they exists: payone (just creditcards) and > paypal. > But the client wishes no popup and I can't get the information wether > this can be done with these extensions. > From the interfaces it should be possible. > > Can I use paymentlib and those two addons or must I build a new interface?
The paymentlib extensions only contain some functions which you can call in your extension. They only produce the HTML for a connection to the gateway as the output for the display. The calling extension must put this output from paymentlib into its template output as a marker. - Fran _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
