Hi Team,
I know that this is a long shot, but the platform I have published started to grow with both hosts and users, so great work on the HivePress framework.
The new question I have now from some of my hosts is about the option to add notes to the booked dates or locked time slots on their calendar.
Is this something that is pending in your future plans or how can we try and add this on our own if possible?
Thank you
Hi,
Thanks a lot, this is a useful feature, we’ve added it to the project backlog.
If this is urgent, we can also provide general development guidance to help you implement a workaround.
P.S. Since you have an active premium support subscription, please make sure to add your license key to your profile to get access to all community topics.
Wonderful!
Workaround would be nice until the implementation takes place, please.
My license key is already added to this profile.
Cheers
Please take a look at how variable pricing is implemented in Bookings. This is the feature enabled in the settings (WordPress > HivePress > Settings > Bookings) that adds the price type button and allows selecting date ranges together with assigning metadata (the price itself) to those ranges.
A similar approach could potentially be used for notes as well.
Unfortunately there is no simple snippet for this at the moment. The reason is that the existing block/unblock button does not open a modal window, it immediately performs the action. Because of this, supporting notes would require implementing an additional modal/interface where the note field could be entered before confirming the action.
Hope this helps