erikcw Posted November 15, 2004 Share Posted November 15, 2004 Hi All, I am searching for a a shopping cart/billing system for my membership site. Customers are billed monthly for access (username/password) to the members area of the site. Is this something osCommerce (or osC + a hack/addon) can handle? If not, can anyone provide any recommendations? Thanks! Erik Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2004 Share Posted November 15, 2004 It could definitely handle the transaction processing but the creation of a user account for your (end) site will have to be custom coded. Of course, you could always get the receipts and then create the accounts by hand but that sounds too much like work :) Try this: 1. Modify the account creation process so it eliminates all the fat (gender, etc.) 2. Create a customer script to create the account on the pay site (for entry) 3. Include the custom code file in your after_process() function of the chosen payment gateway. 4. Enjoy the automation :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.