This topic is locked

Booking List

8/21/2019 4:49:14 AM
PHPRunner General questions
R
RyanWi author

Hi,
I want to develop a Booking Reservation Application.
On the front-end where it should be visible to the Public:

'Day' (Monday to Sunday)

'Instrument' (Guitar, Piano)

'Timing Slot' (If selected Monday - All available Time Slots. Eg. 10.00am to 10.45am)

Once Time Slot Selected I want the Visitors to see the Available 'Instructors'
And from the Backend I should be able to Reserve The times on Who wants to book.

Is this possible?

Admin 8/21/2019

Yes, this is possible. What exactly causes the trouble?

N
Nir Frumer 8/21/2019

hi

seems to be an straightforward implementation, using calendar template

R
RyanWi author 8/22/2019



Yes, this is possible. What exactly causes the trouble?


Need to start from the Scratch and without using the Calendar Template.

Admin 8/22/2019

What exactly causes the trouble?

J
joejvgasprunner 8/24/2019

Hi,
Not sure why you want to do it from scratch. You can modify the Runner Events Template fairly easily to do what you want. It's also easy to do from scratch as long as you understand the events area of Runner and know how to write code, including javascript as that is where the degree of difficulty lies if you skip using a calendar and a basic Events Template. If payments enter the picture the degree of difficulty increases unless you use the PayPal Template or Shopping Cart as two examples since you need to know the payment processor API.
Joe

A
acpan 8/26/2019
R
RyanWi author 8/30/2019

Hi,
So, basically.... In front-end for the public i want them to see it like this:

https://imgur.com/QvMUmar
And when selected, need to show the time slots available... (But should not be able to do anything) and from Back-end the admin should be able to add the reservation as per the booking requirement.