A real CiviCRM + E-Commerce package
HelpDrupalHelpMe - January 25, 2008 - 14:24
I want CiviCRM members to only be able to access certain sections of my site depending on what they select at sign up and this is also tied to how much they pay.
Is there any program out there (open source or paid) that automatically assigns a subscriber through paid membership to particular Drupal role and or roles (Administer › User management > role(s) ) depending on what they select in the subscription form?
I am willing to pay for this, it does not have to be CiviCRM.

Without knowing more about
Without knowing more about your site, the closest thing I can recommend is using Ubercart to make a site registration product. This product can have an attribute for the membership level with options for each level of access you want. Using the core role promotion module, you can tie in a different role promotion to the various options to be assigned to the user upon completion of checkout. The tricky part is getting it to work with user registration... if it were possible, you could use the user account creation faculties of Ubercart to just create the account at checkout... but my hunch is you may have other things going on in registration that would prevent this. But once someone signs up for an account, with a custom module you could detect their choice of membership level and using a special link send them to the checkout page with the appropriate membership "product" in the shopping cart to checkout. It's no problem to disable shipping info boxes... Note: this may require a little bit of custom code to handle the redirect, but other than that you'd be good to go.
----------------------
Drupal by Wombats | Current Drupal project: http://www.ubercart.org
I don't even know where to
I don't even know where to begin. Is this being developed for ubercart, anything out there like it even paid?
I would think a system like this would be in great demand?
Check out my new module
Check out my new module which does sync up Drupal Roles and CiviMember Memberships. I'm not sure it can provide all of the features you have request above, but defiantly look into CiviContribute and CiviMember on CiviCRM's documentation. I know you could offer several different types of memberships and offer them at different prices.
CiviMember Roles Sync:
http://drupal.org/project/civimember_roles
CiviCRM Documentation:
http://wiki.civicrm.org/confluence/display/CRMDOC/Documentation+Home