Posted by pelicani on April 2, 2008 at 5:49pm
2 followers
Jump to:
| Project: | Signup Pay for a node |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
When the admin is signing up a registrant from the signup page (not admin) the options for price are limited to the one which applies to the admin.
This should allow a selection of prices already defined per role.
Allowing the admin to select which price to charge to the user.
Alternatively, the price could change depending on the user selected.
i.e. if the admin selects an anonymous user, then the price will be updated accordingly.
Please let me know if you have any questions or comments.
Comments
#1
We can have a check on
user_access('administer all signups')oruser_access('administer signups for own content'), and if so, list all the prices for that node, then the person doing it (a node admin, or a global admin) can select which one to enter on behalf of the user. This will be more flexible rather than restricting it to the real user's roles.