I am building a site using Ubercart for the first time. I seem to have it all working with one major issue. When a person purchases a subscription to my site, it only assigns them the authenticated role. I have set up Basic and Premium memberships and assigned the product to the role, but I still have to manually change their role from authenticated default to their purchased role. Once I do that, they have full access to the site features they are purchasing. Any quick clue on what step I am missing?
Sat, 03/12/2011 - 04:10
Re: Problem assigning role
The role is something you associate with the product. It seems you might already realize that. So when they purchase the product, they purchase the role. That said, you must use conditional actions to renew or update that role. I believe there is an out-of-the-box CA for that. But you'll have to study the logic of the action and the conditions to get it right. Often the action is applied when order status update on new order is "complete." I hope that helps a bit.
Got it solved, Thanks
While doing a completely unrelaited search last night, I stumbled upon this posting (http://www.ubercart.org/forum/support/9545/automatic_role_assignment_dru...) and solved all my problems. Thank you for your help.
~ Ryan
