We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
How can I hide the price of the appointment?
I hid the email of the customer with some custom css before and it worked. I am looking for a similar solution.
Since I am getting a commission on every appointment it would be great if I could set two different values for the appointment scheduled; one for the client and the other for the employee.
But since that is not an option, it would be enough to be able to show the date and the duration of the appointment together with the customer name.
At the moment it is like in the attached screenshot and I would like to get rid of the spaced marked in red.
Hello Rafal,
Please try adding this custom CSS for hiding the prices in the employee panel (you can add it to the HTML for hiding the email):
total price
.am-cabinet-collapsed-content >div> div:nth-child(1) > div:nth-child(1) {display:none !important;}
customer price:
.am-cabinet-collapsed-content> div > div:nth-child(2) > div > div:nth-child(4) {display:none !important}
or
.am-cabinet-collapsed-content> div > div:nth-child(2) > div > div:nth-child(3) {display:none !important}
and let me know if this helped.
Hello Marija,
It did. Everything looks great now!;)
Thank you for your time.
Best regards,
Rafał
Hi Rafal,
Glad to see that, thank you for letting me know.
You are welcome.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help.