Posted by reknaw on March 20, 2008 at 11:08pm
3 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
I would be keen to test this if at all possible.
Comments
#1
Here are the original specifications of the module are as follows:
-Ties into specific nodes types and specific nodes, via the signup module.
-Limit payments to registered users only (can do anonymous users with some extra work at some future time).
-Allows different amounts depending on the user role (admin defined, per node), so one can offer member prices vs. non-member prices.
-Use Paypal for automatic payments.
-Once a user signs up for a node, they are presented with a button "Proceed to paypal".
-Once they finish paying in Paypal, we register the payment in the database for that user.
-Allows a manually entered form of payment (e.g. mailing a cheque) for overrides.
-Offers some reporting (list of users who paid for a certain node) via the signup status module.
Thanks for offering to test this.
There should be a tarball available by tomorrow for this module.
It is not complete yet, but input is appreciated on what works and what does not.
Please report each problem in a separate new issue, after searching the issue queue for similar ones.
#2
"Allows different amounts depending on the user role (admin defined, per node), so one can offer member prices vs. non-member prices."
I see the "authenticated user pay amount" in each node, but how do you select anonymous user pay amount to be different from authenticated users?
UPDATE: oh I see "Limit payments to registered users only (can do anonymous users with some extra work at some future time)."