Hi all,
First my heartfelt gratitude to all you guys in the Drupal community who spend time and energy working to make Drupal a huge CMS.
Which module can implement a paying system for each OG group?
I want a separate shoping cart for each group. Is there a module that can do this?

Thanks
Tamasco

Comments

scoutbaker’s picture

There are two main e-commerce modules: e-Commerce and Ubercart. They both have pre-release versions for Drupal 6.

Andy_Lowe’s picture

Tamasco,
Do you just want to limit the payment methods by OG group, or do you want completely different carts for each group with separate orders, configuration, back end, etc. . ?
Either way, I think your needs will require some custom coding to work. It should be easy (8-16 hours) to write the payment option. If you want truly separate carts, I think you are looking at a major project taking a few weeks at least. Separate carts might be achieved through some database prefix trickery (read kludge) in less time if you are lucky.
Peace,
Andy

tamasco’s picture

Thank you very much, Andy for the information.

I want different carts for each group with separate orders. I thought there was a module close to accomplishing that.
sincere regards.
Tamasco.

drupal92037’s picture

I'm creating a website for a national professioal association comprised of many local chapters. Each chapter is an OG. Is it possible to set up ecommerce w/ OG so that any member of a group can pay for an annual membership fee on behalf of his/her OG?

Members with paid annual membership fees would be allowed to crosspost to all other groups. How could I control that?

Thanks.

tamasco’s picture

I have used lm_paypal module for paid memberships but I have not actually integrated this with OG. But it should work just fine.

lm_paypal_subscriptions which works with lm_paypal to provided paid role memberships. If Organic Groups is installed then OG subscriptions can also be created.

Cheers,
tamasco.