osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Subscription Access, Fee-based Sites & Content

This is a discussion on Subscription Access, Fee-based Sites & Content within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Payment for Access to Content and Fee-based Membership If anybody is interested in charging for time and session-based billing, I ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-31-2003, 11:39 AM
New Member
 
Join Date: Feb 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
author20
Default Subscription Access, Fee-based Sites & Content

Payment for Access to Content and Fee-based Membership

If anybody is interested in charging for time and session-based billing, I know somebody who is finishing code that allows osCommerce to support subscription-based, or fee-based services:

1. Online service provider (ISPs, ASPs, Management, etc.)
2. Fee-based newspaper or newsletter
3. Fee-based photograph or graphic site (stock, clip-art, entertainment)
4. Fee-based Audio Content
5. Fee-based Video Content
6. Software programmer (time or project billing)
7. Graphics download
8. Photographic stock download
9. Access to an application
10. Access to maps
11. License sales for intellectual and digital property
12. Dating service
13. consulting service
14. software programmer
15. Subscriber-based online entertainment
16. Live Webinars (seminars)
17. Pre-recorded online training
18. Live online training
19. Event broadcasting
20. Fee-based e-mail alert service (stocks, security system, etc.)
21. Private membership club (cars, stamps, antiques, collectors)
22. Modeling or talent agent
23. Online radio station

It has security to make sure passwords are not compromised (which protects streaming media sites and other content sales sites, from content theft) It also has the ability to sell by 1 or more sessions, or 1 or more hour, day, week, month or year.

If somebody is interested in helping me with the development costs (which are modest, and the program can be demonstrated soon), let me know and we can both use the finished software. E mail me at author20 at hotmail dot com (please substitute the correct at symbol and dot).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 03-31-2003, 11:41 AM
New Member
 
Join Date: Feb 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
author20
Default

Pardon -- had a few redundant items in my list, but you get the point? I will send specs to who ever is interested.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 09-14-2003, 12:20 PM
Lurker
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
hifix
Default

I was looking out for a similar module for osc myself. When do you think the module will be completed and available for use?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 11-04-2003, 12:50 PM
New Member
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Working-Overtime
Default

I too am highly interested as I have a client that wants to sell monthly memberships to admit full access to all of his streaming videos.

I can't figure out how to set Osc to do it without majorly hacking up the code (and I still haven't been able to figure it out). I want paid members to have full-access to the downloads area without having to go thru checkout.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 11-12-2003, 04:52 PM
New Member
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Working-Overtime
Default

I just submitted my first Contribution to the OsCommerce board regarding this topic. For the last two weeks I had been scouring the boards trying to find clues, picking up pieces here and there.

I took a break last night and today, it came to me a way to set up my site as to bypass the shopping cart (and delete any "Add To Cart" links from products info) and cause a visitor to be redirected to the LOGIN / Creat An Account page.

The, upon creating an account and clicking continue, they are taken straight to PayPal (completeing transaction) and automatically returned to "Account Success" page.

I put it in the form a contribution and am attaching it to this post.

It was actually a simple and easy mod but it has its inherent insecurities. If the client doesn't complete the transaction, they will still have access because their Username & Password are written to the database whilst being sent to PayPal. belive there is a way to force a membership to be authorized before activation, but I can't remember right now. I'll keep my eye on any replies.

But in a generic form, it does work, but needs fine-tuning. If someone cares to pick up the pieces and polish it, I would appreciate it.......
Attached Files
File Type: txt membershiponly.txt (5.9 KB, 15 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 04-26-2004, 08:00 AM
New Member
 
Join Date: Jun 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cvc505
Default Looking for similiar mods, ON-Line Dating system

I am looking for a mod that would allow mw to creat an on-line dating system. This would allow someone to register and see other information but until they subscribed they could not contact anyone else on the list. anyone seem such a mod?
__________________
CVC505
http://www.specialty-art.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 09-23-2005, 05:54 AM
Lurker
 
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
tdawg
Default

Quote:
Originally Posted by Working-Overtime
I just submitted my first Contribution to the OsCommerce board regarding this topic. For the last two weeks I had been scouring the boards trying to find clues, picking up pieces here and there.

I took a break last night and today, it came to me a way to set up my site as to bypass the shopping cart (and delete any "Add To Cart" links from products info) and cause a visitor to be redirected to the LOGIN / Creat An Account page.

The, upon creating an account and clicking continue, they are taken straight to PayPal (completeing transaction) and automatically returned to "Account Success" page.

I put it in the form a contribution and am attaching it to this post.

It was actually a simple and easy mod but it has its inherent insecurities. If the client doesn't complete the transaction, they will still have access because their Username & Password are written to the database whilst being sent to PayPal. belive there is a way to force a membership to be authorized before activation, but I can't remember right now. I'll keep my eye on any replies.

But in a generic form, it does work, but needs fine-tuning. If someone cares to pick up the pieces and polish it, I would appreciate it.......
This is an interesting mod. Very useful.

I am curious about 2 things:
1) Do you have a hint on how to use this with other payment methods?
2) Your document seems to apply to a previous version, are there some hints on where to look for the version 2.0?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Setting up Table based shipping based on price royjones osCMax v1.7 Discussion 5 04-14-2005 07:19 PM
How do I setup a pay subscription based Commerce site. Eddie01 osCommerce 2.2 Modification Help 0 09-19-2004 12:04 PM
can access admin panel but cannot access catalog Anonymous osCMax v1.7 Discussion 1 10-14-2003 06:28 PM


All times are GMT -8. The time now is 07:53 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax