An option to book day rather than hours

Hi there, @Scott4 :waving_hand:

Thank you for your question!

Just to clarify, do you mean an option to reserve several days in 1 booking session or multiple slots within the same day?

Multiple days within a session… People visit the daycare centre for 6 hours, i.e. a full day. to which we have a set number of positions each day, i.e. capacity.

Got it, thanks for clarification!

We’ll try to consider the option you’ve suggested when working on the Day booking feature :slightly_smiling_face:

For those that need it, I have been able to hide the duration in the widget by adding custom css:

.es-service-card-full-price-duration {
display: none !important;
}

Hi @user23117, thanks for sharing this workaround :slightly_smiling_face:

Yes, this CSS can be useful for cases where the duration text doesn’t fit the desired look of the widget.

Just a small note for others who try this: this only changes the visual appearance of the widget. It hides the duration from the service card, but it doesn’t change the actual appointment duration or the information shown in confirmation emails.

That said, thanks everyone for sharing your use cases and workarounds! Let’s hope that this feature gets picked for implementation soon :raising_hands:

Is there an update on this request to book days rather than just hours for a single day? Use case is a pet sitting service, where some visits are for multiple days at a time, unfortunately no Elfsight widget meets this need at this time. Thank you for your help, this would truly help a lot of businesses by adding this feature.