Hi uberguys!
I need to implement a booking system where site owner can add products that need to have both date and stock control.
Let's say it is like a container with free slots that is delivered twice a week or so.
Clients of the site can buy these slots (one at a time) and select the date in which they want their slot reserved. The dates should be restricted for two weeks from now or so, not defined yet.
I am a little stuck with the options I have to develop this. I've taken a look to drupal easy tutorial for treating this as events using UC Node Checkout: http://drupaleasy.com/blogs/ultimike/2009/03/event-registration-ubercart but that does not fit exactly what I need, because clients of the site can choose the product / node that they want based on the date (and stock).
I think that the view field for uc node checkout must be involved to get this, but I am not sure of how manage date and stock parameters, as they should be in the product and in the node at the same time.
Could you please give me some advice on this?
Thanks for your help
