Okay
  Public Ticket #2197190
Front-End Employee Selection
Closed

Comments

  •  1
    Brendan started the conversation

    We're having issue with the front end of the plugin. The easiest solution would be to remove the "Any Employee" option from the employee selection drop down, forcing customers to choose an employee when booking a service. Is that possible?

  • [deleted] replied

    Hello Brendan,

    Unfortunately, this is not possible in Amelia at the moment. We are working on a new customization with more options and I will add your request to the list, so the development team can consider implementing this as well in one of our future releases. I can't say when that will be, though. 

    If this would be convenient for your case, you can separate the bookings per employee - meaning you can put shortcodes for the specific employees on your page (Book employee 1 [ameliabooking employee=1], book employee 2 [ameliabooking employee=2], etc.)

    If you have any further questions or concerns feel free to ask,

  • Thomas replied

    Related to his. Do you have CCS code that we could use to just hide the employee selection field from the front end booking view?

    Best regards,

  • [deleted] replied

    Hello Thoms, 

    Try adding this custom CSS to the page where you have Amelia shortcode:

    <style>
    #amelia-step-booking1 > div.am-select-service > form > div.el-form-item.am-select-employee-option 
    {display:none;}
    </style>
    

    Please let me know if ti helped. 

    With this random employee will be assigned to each booking.

    If you have any other questions or concerns please open a new ticket, your own, and we will gladly help,