In the admin backend, when I create a reservation for a client, I cant make another reservation for other client for the same hour. (It works from the frontend). Is there anyway to solve that?
Is there anyway to limit the number of people that a client can add to the reservation using the option "Bringing anyone with you?". Im not talking about the capacity, just the number of people you can bring with you. For example: max capacity 18 but you can bring only 1 person with you.
1. For that, you should edit the existing Appointment on the Appointments page by adding more customers to it, and not create a new one. According to Amelia's logic, this group Appointment already exists for you as for Admin or Employee, so you cannot book a new Appointment for the same time slot, but instead of that, you can add more Customers to the old one.
2. I'm afraid, there's no such option in Amelia at the moment, the "Bringing anyone with you" feature shows the number of people according to the Capacity. You can suggest that as a feature request here, or check if this request was already submitted and vote for it.
Or, if you have the same Capacity for all your Services and want to limit the number of additional attendees to 1 for all of them as well, we can try to modify this "Bringing anyone with you" drop-down with custom CSS, theoretically, it should work. You just will need to send me the link to the booking page, and I will try to find the correct selectors.
I consulted with our front-end developer and it turned out that unfortunately that can't be achieved with custom CSS.
Most of the fields can be hidden with CSS, but the problem with Additional attendees is coming from the booking form logic: these drop-down options are being displayed through javascript, that's why they have no class added to them, therefore they can't be hidden (we just can't select them for that).
Sorry for that.
I forwarded your request to our developers, hopefully, they will add an option to limit additional attendees for one booking to one of the coming updates.
Hi,
I have two questions:
Thanks
Hi, Jon!
Thank you for choosing Amelia.
1. For that, you should edit the existing Appointment on the Appointments page by adding more customers to it, and not create a new one. According to Amelia's logic, this group Appointment already exists for you as for Admin or Employee, so you cannot book a new Appointment for the same time slot, but instead of that, you can add more Customers to the old one.
2. I'm afraid, there's no such option in Amelia at the moment, the "Bringing anyone with you" feature shows the number of people according to the Capacity. You can suggest that as a feature request here, or check if this request was already submitted and vote for it.
Or, if you have the same Capacity for all your Services and want to limit the number of additional attendees to 1 for all of them as well, we can try to modify this "Bringing anyone with you" drop-down with custom CSS, theoretically, it should work. You just will need to send me the link to the booking page, and I will try to find the correct selectors.
Best Regards.
This is the link:
http://getxodefinitivo.trinchera.marketing/reservas/
I want to set to max 4 person extra
Hi, Jon,
I consulted with our front-end developer and it turned out that unfortunately that can't be achieved with custom CSS.
Most of the fields can be hidden with CSS, but the problem with Additional attendees is coming from the booking form logic: these drop-down options are being displayed through javascript, that's why they have no class added to them, therefore they can't be hidden (we just can't select them for that).
Sorry for that.
I forwarded your request to our developers, hopefully, they will add an option to limit additional attendees for one booking to one of the coming updates.
Best Regards.