Okay
  Public Ticket #2701784
Is it possible to disable employee picker for the customer
Closed

Comments

  • Nicolas started the conversation

    Hey, I want to disable the Employee Picker for the Customers. As We want to use the Plugin for a Car repair shop and the Customers dont really care who takes on their Car, we would like to simplify the Customer Process. We would like to keep the functions of having dynamic timeslots that adapt to the working hours of the employees tho.

    Is there a option to disable it? I am willing to put some code into my functions.php too.


    Thanks!

  • [deleted] replied

    Hello Nicolas, 

    Thank you for your purchase. 

    There isn't an option to disable the employee selection, unfortunately, but you can hide it with custom CSS on the front-end.

    Please try adding this format HTML to the page where you have your Amelia shortcode :

    <style>
    .el-form-item.am-select-employee-option {display:none;}
    </style>

    and let me know if it helped.

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.

  • Nicolas replied

    This is not really a good alternative, as the booking form has now an extra step where you only press "next" + the Calendar is smaller as it is displayed only on half of the screen.

    Isnt there an action or filter hook to customize this?

  • [deleted] replied

    Hello Nicolas, 

    Unfortunately, there isn't an action or filter hook in Amelia to customize the booking view .

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.