Hi,
Ok a client of mine has a site that users must register to in order to access member only content. They now want to add a new feature that means they would have to pay a monthly subscription to access pay only contgent. There will be content available to everyone including non registered members, content for registered and paying members and content for paying members only.
Now at the moment, I have a system that allows them to add content using a content management system that I have set up for them, within this they can select a "level" for each item they add.
(When the user signs up they are automatically assigned a "level" of 2 in the database field level.)
My code then checks the level of the user against the level of the item they are trying to access, if the level of the item is greater than the level of the user it tells them they cannot access the information, if it's the same or less they can.
These are the levels:
1 = Anyone can access
2 = Registered Members only & Paying members
3 = Paying Members only
Now they use HSBC so they don't want to go through worldpay or paypal because they do not want to incur their charges.
Is there a solution out there that I could use? I have tried x-cart but I am having problems getting the creators to change the code to the clients requirements.
Currently looking at osCommerce but not sure if I can do that with it?
Any ideas?
Cheers,
Chris