Active
Project:
MERCI (Manage Equipment Reservations, Checkout and Inventory)
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2010 at 15:31 UTC
Updated:
28 Dec 2012 at 21:34 UTC
Comments
Comment #1
kreynen commentedagill had been using MERCI as the backend for http://drupal.org/project/agreservations which has Ubercart integration, so I know this is possible but I haven't done it or seen anyone doing it yet. Since Ubercart functionality can be added to any content type, it should be easy to pass the reservation total cost to Ubercart as the cost of the Reservation 'product'.
Beyond that, what would be needed for integration?
Comment #2
verta commentedSubscribing.
Comment #3
devvmh commentedFor those who got here from Google (and anyone else):
I've just made a start on a small module that integrates MERCI and Ubercart. I don't think it's ready for production (I'm sure I'm missing a thousand things), but I'd certainly appreciate people trying it out and letting me know what things I should be fixing - that'll make it better for my site!
Please visit http://drupal.org/sandbox/devv/1866118 and try out the module.
The premise of the module is that whenever you make a reservation, it creates an ubercart product called a "Payment". The payment calculates the price of the reservation and is associated with the reservation. You can then add the payment to your cart and check out to pay for the reservation. With some clever theming you can then display the payment status of the reservation on the page the user sees. I hope to change that last sentence to "With some trivial theming" in the next few weeks.