One day booking availability

Hi,

Instead of choosing days to create a listing.
Booking Days (optional): Mon, Tues…
Is it possible to set only one day?
I want to list meetings, for example, conferences, and people can apply.
It’s only one day instead of something that repeats.

I have actually contacted support and I got this answer: “If you’re familiar with coding or have a developer, you can post the request on our community forum, and our dev will give you general guidance about this.”

In fact, I do have experience in coding. I kindly request some guidance, and I can develop it myself.

Thank you very much!
I love HivePress a lot already. I wouldn’t mind helping to make it better. After I finish, I can provide the source code if you need it.

Hi,

Yes, we plan to add this functionality as soon as it’s possible. Currently, it would require a custom implementation. I recommend adding a custom Date attribute in Listings/Attributes (with the Date field type), so this field value can be used for checking the selected date. Then, you can try using the hivepress/v1/forms/booking_make filter hook to change the available dates in the date picker (the field name is “_dates”). You can check a similar function that uses the same hook to override the booking form parameters in this file Loom | Free Screen & Video Recording Software | Loom

Hope this helps

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.