I've been reading through the documentation trying to learn how to do what I need to, but I think I'm more confused now than when I started! Here is what I want to do:
The website owner wants to allow online booking for birthday parties. Each party gets a two hour block of time, with the times starting at 9:00AM. There is only one party available at each time, but the times are available every day. In other words, there are time blocks for parties every two hours every day (9-11, 11-1, 1-3, and so on). Only one party can be booked for each time slot per day. If somebody wants their party to be at 3PM on Wednesday, they can book that time. If somebody else already has it booked, that particular time on that particular day will show as unavailable. So they will have to select an alternative day/time.
We will require a deposit to be paid (paid by credit card) in order to confirm the reservation.
I'm certain that Book It can do this, but I can't figure out how to set it up. Is there a tutorial I can use for this particular scenario?