Okay
  Public Ticket #2813898
Hide employee from booking recap
Closed

Comments

  •  3
    Outpeak SL started the conversation

    Hello, I was able to successfully hide the employee drop down menu from the panel with the html you provided and I also removed it from the notifications. However, it is still appearing in the booking recap (the last step where customer enter his/her details? Is there anyway I can remove it from there as well?

    I normally provide my clients with the name of their instructor a few days before the lesson. Very often we receive a request from a client that wants a specific instructor because he had a previous lesson with him before. If that instructor has an appointment already, we just pass that lesson to a different instructor so we can attend the request. 

    If clients receive the name of the employee from the first day, they can feel bad if we change their instructor maybe two times until the day of their lesson arrive. 

    Thank you in advance. 

    Regards. 

  • [deleted] replied

    Hi Sandra

    Thank you for reaching out to us.

    You can hide that too, using this CSS

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

    Do let us know if you need any further assistance.

  •  3
    Outpeak SL replied

    Thank you so much Blaženka, sorry to ask you this but, where should I enter this code? (I’m no pro user)

    Kindest regards. 

  •  3
    Outpeak SL replied

    Found it! It works, thank you. 

    Anyway all the info I’m hiding in Amelia appears in Woocommerce cart (“Total number of persons”, Instructor’s name"...)

    Is there anyway to hide it as well from there?

    Thank you so much.  

  •  3
    Outpeak SL replied

    Last issue solved with the Woocommerce metadata and description! 

    Thank you very much!


  • [deleted] replied

    Hi Sandra,

    I'm glad to hear it's solved; I hope you don't mind me replying, Blazenka is out of the office to day.

    For the future reference, custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways. 

    If you need help with adding custom CSS to the page, please take a look at this article.

    If you need help with adding custom JS to the page, please take a look at this article.

    If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly helpsmile.png


  •  3
    Outpeak SL replied

    Thank you very much Ivana for your help. 

    Have a good day. 

    Kindest regards. 

  • [deleted] replied

    That's great Sandra; 

    If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.