1 reply [Last post]
Adolph's picture
Offline
Joined: 03/19/2010
Juice: 15

Hi,
I gave the "administer product features" permission to "manager" role, now the users of this role can add both "File download" and "Role assignment" features.
I want them to be able to just add "File downloads" and prevent them adding "Role assingment"
How can I do this?

thanks in advance.

Andy's picture
Offline
Administrator
Joined: 08/07/2007
Juice: 1153
Re: allow users adding "File downloads" and prevent them adding

Ubercart, by default, does not have that granular of permissions. The only way to do what you want is to hack Ubercart core Sad You will need to search drupal.org for developer documentation on permissions and split the "administer product features" permission into two new features. If you do, please submit a patch to the Ubercart issue que on Drupal.org and we may make it part of core in future releases.