• Resolved evieyo

    (@evieyo)


    Hi,

    My client runs a catering company so they have bookings for all different types of hours. I want to disable the booking time if possible?

    At the moment my only choices are having specific times, set xx amounts apart, or to have 1 time per day eg. 9am – 3pm. I feel as if this would discourage people from booking as their event may be at a different time.

    If anyone could provide some assistance, that would be great.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author ameliabooking

    (@ameliabooking)

    Hello there.

    At the moment, the plugin doesn’t offer any options to book an appointment without a specified time.

    The only workaround would be to add a script like this:

    <script>
    setInterval(function () {
    jQuery(‘.el-radio-button__inner’).html(‘Book This’);
    }, 1000)
    </script>

    That will replace all available time slots with “Book This”.

Viewing 1 replies (of 1 total)

The topic ‘No booking times’ is closed to new replies.