Here is a simple patch for the RSVP module (and rsvp.theme) that implements the ecommerce payment infrastructure to allow processing of payments for events administers designate as products.
- If ecommerce module is not available, or event is not designated as a product there is no change to RSVP functionality.
- When a "yes" RSVP is made for an event that is also a product (ecommerce module) then the user response is recorded and they are forward to ecommerce payment page to make their payment.
- Payment status information displays on the manage attendees screen
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | paid_events_rsvp_0.patch | 3.79 KB | jsaints |
| paid_events_rsvp.patch | 3.78 KB | jsaints |
Comments
Comment #1
jsaints commentedChange to feature request
Comment #2
jsaints commentedUpdated patch -- fixes a bug with node_load sytax
Comment #3
jsaints commentedThis will also require some patching of the ecommerce module that I dont like... rethinking the patch.