Tracking limited time slot availability between submissions
-
How do I accomplish the following requirement? We are selling tickets for a dinner, some will be dining in and others will pickup their meal to go.
To prevent the pickup meal customers from arriving at the same time, we wish to create time slots: 1) 5-6PM, 2) 6-7PM and 3) 7-8PM. Let’s say that each time slot is limited to 12 pickups.
How do I create these time slots and allow the customer to fill in how many meals they will be picking up during that time slot, while also keeping track of how many time slots are left from previous submissions?
Example. Customer 1 orders 4 meals and will pick them up between 5-6PM. This is a single submission that decremented the time slot availability from 12 to 8. 2nd customer orders 6 meals and will pick up during the same time slot, 5-6PM. time slot availability is now 2 (8 – 6). The 5-6PM time slot can only accommodate 2 more pickups after which it should be closed as full and unavailable.
I have tried Select field and checkboxes but could not figure a way to do this, especially as it requires access to the total remaining availability between submissions.
Can you offer a suggestion or solution?
Thank you.
- You must be logged in to reply to this topic.