Perhaps slightly off-topic, but I thought I'd mention it anyway:
You can simplify your whole registration and payment a lot if you go for a payment processing service like ShareIT (owned by Digital River). They take care of all the payment processing for, you can customize the interface, integrate it into your system, etc. Integration is easy as well: the system does an HTTP POST call to your system, this has to return some text and that is sent on to the customer. They take care of all the invoicing, billing, etc. ShareIT accepts all sorts of credit cards, money transfers, checks, PayPal, etc. It may be a bit more expensive, but believe me, it sure makes life easier. And no, I'm affiliated with them in any way :-) -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Aug 03 2008) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ :::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 _______________________________________________ Europython-improve mailing list [email protected] http://mail.python.org/mailman/listinfo/europython-improve
