Okay
  Public Ticket #2707641
delete time slots
Closed

Comments

  • deloche started the conversation

    Bonjour
    Je souhaite des réservations à la journée sans créneaux horaires. Comment les supprimer ?

  • [deleted] replied

    Bonjour, Deloche!

    Thank you for choosing Amelia.

    The official language of our support is English, therefore I will have to use Google translate for our communication. I'd like to apologize for the possible misunderstanding.

    Unfortunately, it's not possible to skip the time selection during booking. That's why time slots can't be hidden completely.

    We can only provide you with a code that will remove the ending time, so your customers will see, for example, instead of 9.00 - 11.00 just 9.00.

    If this option is suitable for you, please add this code to the page with Amelia:

    <script>
    setInterval(function () {
      var elements = document.getElementsByClassName('el-radio-button__orig-radio');
      var appointment_times = document.getElementsByClassName('el-radio-button__inner');
      for (var i = 0; i < elements.length; i++) {
    appointment_times[i].innerHTML = elements[i].value;
      }
    }, 1000)
    </script>

    Looking forward to hearing from you.