2 replies [Last post]
tafa's picture
Offline
Joined: 04/13/2010
Juice: 45

Hello all,

I have an issue i'd like feedback on.
I have 3 types of users (A, B, and C).
For both user A and B, I plan to offer access to some CCK using ubercart.
At the same time, both user A and B have three 3 membership plans.
So, for example,
User A can choose between:
- plan X which grants access to CCK Fields for 5 days AND allow access to a node for 5 days
- plan Y which grants to CCK for 30 days AND allow access to a node for 30 days
- plan Z which grants to CCK fields for 90 days AND allow access to two nodes for 90 days

A similar pricing plan structure is used for user B.

At the moment, I am trying to get my head around it. However, I wanted to know if anyone would see any other options to make this pricing plan structure more efficient.
Thanks for reading this
T

ransombot's picture
Offline
Joined: 03/02/2010
Juice: 53
Re: membership plans and different user roles. how to connect th

http://www.ubercart.org/forum/support/16527/i_need_paid_membership_upone...

the links there might help you a bit..

you want to use mod_expires IIRC though I've not setup a shop for that yet.

In your conditional actions though you can check whats orderd and set an expire there.

Condition: Check an order's products & Condition: Check the order balance

then set the expire date with php or expires probably modifies the actions so you can set it there.

Hope that helps.

tafa's picture
Offline
Joined: 04/13/2010
Juice: 45
Re: Re: membership plans and different user roles. how to connec

Excellent, I'll start and investigate this more.
Thanks for your support,
T