Okay
  Public Ticket #2475050
Time Blocks
Closed

Comments

  • Evan Miller started the conversation

    Hello! We are using Amelia to book fishing charters for this client. Overall, it is a good system for clients to be able to set an appointment, but one thing we'd like to change is our time blocks. 

    Rather than having the client pick what hour they want to arrive, can we simplify the time picking to "Morning" and "Afternoon"?

    Alternatively, we could simply remove the time picker altogether, and they can set this up with the fishing captain over the phone when they submit the request. Is there a way to turn off the time picker? 

  •  2,572
    Aleksandar replied

    Hello Evan

    Thank you for your purchase.

    There's no way to turn off the time picker, as a specific time needs to be set. However, you could create a long service that could be offered only twice a day, and then remove the times from it with some custom JS.

    With this script you could change the time slots to say "Book This" (or anything else), except for actual time slots:

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

    If you place this script on a page where Amelia booking form is, they will see one time slot for each day, with the only option set to "Book This".

    Unfortunately one query works for both time slots, so you wouldn't be able to change it so it says "Morning" and "Afternoon".

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables