Hi everyone,
I’m trying to build a tour marketplace using the RentalHive theme, but my use case differs quite a bit from the standard rental model. Each tour listing has a fixed departure and return date — these are not flexible ranges that guests choose from a calendar, but rather set dates defined by the vendor.
I have two main questions/requests:
1. Is there a way to disable or hide the booking calendar widget for specific listings (or globally)?
Since the tour dates are fixed and pre-defined, the interactive calendar doesn’t make sense for my use case. Ideally, the departure and return dates would simply be shown as listing attributes (e.g., custom fields), and guests would just click “Book” without needing to pick dates. Has anyone implemented something like this, or is there a PHP snippet / workaround to remove the calendar from the booking form?
2. Is it possible to have a price breakdown by room type (single/double) shown as a total final price — not a per-night rate?
My tours have a fixed total price depending on the room type chosen (e.g., single occupancy vs. double occupancy). I would need:
-
Guests to be able to select a room type at the time of booking
-
The price displayed to be a final total, not a nightly or daily rate
-
Ideally shown as a breakdown (e.g., “Single room: €X / Double room: €Y”)
I’m aware of the Pricing Tiers feature, but it doesn’t seem to be integrated with the Bookings extension. Is there any custom implementation or recommended approach for this?
Any help, code snippets, or pointers to relevant documentation would be greatly appreciated. Thanks!