Okay
  Public Ticket #2763112
Employee Panel
Closed

Comments

  •  1
    Chris Mocock started the conversation

    Hi, i'd like to remove the following from being displayed on the Employee panel.

    Customer/Category/Session. I only want the Employee to see date/time.


    Thank you

    5669483444.png


  • [deleted] replied

    Hi Chris,

    thank you for reaching out to us.

    We can try hiding it with custom CSS; just please send me temporary employee credentials for the employee panel, and URL of the page where your employee panel is.

    Thank you!

  •  1
    Chris Mocock replied

    Sure that will be great.

    username: [email protected]

    Password: M0nkey!

    https://mentrz.com/mybookings


    Thank you

    Chris

  • [deleted] replied

    Hi Chris,

    thank you for the credentials provided; I apologize for the later response, as we were celebrating Easter holidays.

    Here are the CSS codes you can try; this is not something that is usually done, however, you can try and see if they work for you (due to these options being considered "backend" options they are not likely to be easily removed).

    For the Category:

    #pane-schedule > div:nth-child(2) {
        display: none!important;
    }

    For the Customer:

    #pane-schedule > div.el-form-item.am-appointment-customer.is-required {
        display: none!important;
    }
    

    For the Session:

    #pane-schedule > div:nth-child(3) {
        display: none!important;
    }
    

    Again, please bear in mind that these are mandatory fields for the employee to successfully manage their appointments.

    I hope it helpssmile.png

  •  1
    Chris Mocock replied

    Worked a treat, thank you so much! :)