As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

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.