Okay
  Public Ticket #2156354
schedule
Closed

Comments

  •  2
    kb12321 started the conversation

    I would like to know to offer different availability times for different services, without having the customer have to choose an employee.

    We don't use "employees" so this isn't something I want to enter the front end.

    I would like to offer "service A" Tuesday-Friday, and "service B" Friday only.

    OR.. can I make "service A" appointments approved by default and "service B" pending by default?


    help!

  • [deleted] replied

    Hello kbbridal,

    You can create just one fake/dummy employee and assign them services. When you are creating the employee you should go to "Work hours" and there you will be able to define all the work hours for this employee (in your case these will be the available hours for your services) and assign the specific service and location to this employee for these work hours. (Click on the pencil icon if you want to change the hours, and to the plus sign when you want to add new work hours). Please see attachments.

    This way you can set up some services from Monday to Thursday and other ones on Friday, or different services for each day. Or even different services for different work hours in the same day.

    And if you don't want the "Employee" and their details to be shown on your page, just send us a link to your website and we will send you custom CSS to help you hide this. 

    If you have any further questions or concerns don't hesitate to ask,


  •  2
    kb12321 replied

    Thanks for your reply.

    I have set the work hours as instructed and would still like to hide the dummy employee name from the screen for customers.

    www.kathrynbass.ca/booking

  • [deleted] replied

    Hello kbbridal, 

    You are welcome!

    You should just copy the following custom CSS code to the page where you want to hide the employee details:

    <style> 
    #am-confirm-booking > div:nth-child(1) > form > div.am-confirm-booking-data.el-row > div:nth-child(1) > div > div:nth-child(1) 
    {display: none;} 
    </style> 

    Let me know if the solution works well!

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