About partially available
-
Dear Team,
Can we disable partially available functionality by disabling some part of code. Please help on this.
-
Hi @krishnaprasad
The partially available room functionality does not work on the frontend. It is dedicated to the admin. So you can use it whenever you want so are you sure you want to remove that functionality.
Because it is totally under your control when to use it and when not to. And many times this functionality becomes very handy. -
@Faiz I want to remove that functionality. Please let me know which codes I can comment.
-
To remove partial availability section from Hotel Reservation System->Book Now page, you have to comment partial availability code in the below file -
hotelcommerce/modules/hotelreservationsystem/views/templates/admin/hotel_rooms_booking/helpers/view/view.tplCode to be commented is explained below -
- In the below file comment code at line 196. Please visit https://prnt.sc/omc67g for better understanding.
- Comment code from line 239 to line 284. Please visit https://prnt.sc/omc6rp for better understanding.
After commenting above lines of code partial availability section will be removed https://prnt.sc/omci1b .
-
Thank you Team for the help.
-
I have a question how can i set a partially available room and a room for hold for maintanance. in the catalog>product>rooms>configuration i can only select
active/inactive/temporarly inactive there is no partially available or hold for maintanace -
Hi @zayno70,
Hold for maintenance and temporarily inactive is the same thing. You can select a date range in which the room will not be available.
Now coming to partial availability, this concept means that if in the date range you do no have a single room available for the whole date range but two or more rooms available in fragments of that date range.
For example, a customer requests you a room from 1st to 5th. But you do not have any room free from 1st to 5th. But you have one room free from 1st to 3rd and another from 4th to 5th.
So you can give these rooms to the customer so that you do not miss a booking.
This is called Partial availability. -
does it happen on the frontend or do i have to manually do it in the backend?
-
Hi @zayno70
Partially availability feature is for the backend or on desk bookings.
On the frontend, the user only book room types he does not have to do anything with rooms and partial availability. -
Ok thanks,
-
Thank u so much for taking time to help.