I need a booking engine script to take reservations for a small hotel website done in PHP and MySQL…
…that can reside 100% on my server and work as a plug and play module. That will mean that it will be very easy to add anywhere else ( just copy some files and create a database ).
Design of site is already done.
If possible be able to accept credit card payments to confirm reservation.
Below is a list of features:
1. Front end:
- booking form (dynamic date selection, real time availability support)
- registration of personal details (and option of payment)
-Front end only: available in Spanish and English (I can help with translations)
-something similar to losgatoslodge.com/reservations.php
-FIELDS:
1. Check in Date
2. # of Nights
3. Room Type
(And then on next page basic personal details)
2. Back End:
- ability to add and manage types of rooms ( name, type, price, availability )
- ability to view pending bookings and mark them as final or cancel them