First of all, thank you very much for this module. It works very well for my needs except for one detail. I am creating a subscription listing service. That is, you sign up for an account and purchase a listing on a yearly basis. I am implementing this by combining pay-per-node with recurring payments from e-commerce.
I know this basically amounts to a complete overhaul of paypernode and I'm fairly new to Drupal (but a lot of PHP experience), so any advice you could give me would be wonderful.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | paypernode_recurring.patch | 2.47 KB | jrust |
Comments
Comment #1
jrust commentedHere is my implementation of the recurring API for pay-per-nodes. It's done against the 5.x version, but I don't see why it shouldn't also work for the 4.x version (though I didn't test against 4.x). All the patch does is make nodes unpublished and anonymous when they expire (safer than deleting them) and making sure the user doesn't get extra pay-per-nodes when they renew an existing pay-per-node.
Comment #2
jose reyero commentedThe code looks good, and no one else seems interested in testing and posting feedback, so I've just applied it to the DRUPAL-5 branch.
Thank you!
Comment #3
hawkbreeze commentedHey could you guys just clarify something,
Is it the pay-per-node product that expires or the nodes that have been purchased and created?
Comment #4
jrust commentedcannod, it's the nodes that users create after purchasing a pay-per-node that expire. The product itself never expires.
Comment #5
(not verified) commentedComment #6
mcdoolz commentedIs this supported in the latest stable?
If I integrate UC_recurring, will the renewal be enacted or will the user be charged for a new node?
Is there a way to set up a recurring payment for a node?
Comment #7
maurizio.ganovelliThis is a closed old post. Please open a new feature request.
Thank you!