Okay
  Public Ticket #2423213
not show final time
Closed

Comments

  •  1
    ismael started the conversation

    1.Is it possible that only the start time is used in reservations? Somehow remove the end time from the front end of the calendar.
    I am trying to set up the reservation service for a restaurant. I have used the services such as the different areas of the restaurant where the reservation can be made (lounge and terrace)
    2.Can you incorporate the custom fields in the first step of the reservation? Let me explain: when you have to select the service.
    3.Is it possible to change the way of asking for the group of people that make up the reservation? instead of asking "Bringing anyone with you?" You could ask directly for the number of people who will make the reservation (for example: "number of diners" and be able to select them)

    thanks!

  •  1
    ismael replied

    antother question: is it possible integrate a custom field so that the user who registers the reservation can register in a mailinglist (Mailpoet, for example)

  •  1
    ismael replied

    other question: For example, in the backend I have left "hide" employee I hace created and in the frontend I would not like it to appear. Well, it has only been created to manage reservations. Would it be possible not to show the "employee" in the frontend?

  •  1
    ismael replied

    other question: in the frontend, would it be possible instead of the "employee" to show in this space the number of diners chosen by the user

  •  1
    ismael replied

    When differents users make a reservation the same day at the same time, the plugin brings together all in one appointment (group appointment). I understand that each reservation should be a different appointment and not integrate them as a group. Can this question be modified?

  • [deleted] replied

    Hello Ismael,

    Thank you for your purchase and apologies for replying late, we are not working on weekends.

    1. Unfortunately, this isn't possible with the Amelia's current built-in features. I will add this as a feature request to our list so it can be considered for implementation in the future. 

    2. It isn't possible to have the Custom fields on the first step of the Booking process in Amelia (when you choose a service).

    3. No, unfortunately, there isn't a possibility to change the logic of this field in Amelia, you can only change the string if you want, but the logic will be the customer that books an appointment + number of people they provide for the field Bringing anyone with you. 

    antother question: is it possible integrate a custom field so that the user who registers the reservation can register in a mailinglist (Mailpoet, for example)


    There isn't a possibility for this in Amelia. You can only check the Web hooks feature if it can help somehow for your usecase. 

    other question: For example, in the backend I have left "hide" employee I hace created and in the frontend I would not like it to appear. Well, it has only been created to manage reservations. Would it be possible not to show the "employee" in the frontend?

    The employee selection and information can be hidden on the front-end with adding custom CSS . If you need this please send me a link to your page where you have Amelia and let me know what exactly do you want to hide and I will help out. 


    other question: in the frontend, would it be possible instead of the "employee" to show in this space the number of diners chosen by the user

    Employees' information can be hidden but there isn't a possibility to show the number of diners chosen by the user. 

    When differents users make a reservation the same day at the same time, the plugin brings together all in one appointment (group appointment). I understand that each reservation should be a different appointment and not integrate them as a group. Can this question be modified?

    Yes, this is how group appointments function in Amelia with its current built-in features. All customers are added to one appointment in the back-end. Unfortunately, it isn't possible to change this in Amelia. 


    P.S. When you have more different questions or issues which are not related to the title of the active ticket can you please open new separate tickets, and we will gladly help you there. This way, issues and questions which are related to different subjects will be in different tickets so other customers or our support agents can find them easily. Our policy is to have one issue or question per ticket.

    Thank you for understanding!


  •  1
    ismael replied

    Hi Marija!

    Four questions:

    a) Respect hide employees: this ticket would be work well:

    To hide the employees from the first screenshot, please add this CSS:

    #am-confirm-booking > div:nth-child(1) > form > div.am-confirm-booking-data.el-row > div.el-col.el-col-24.el-col-sm-24 > div > div:nth-child(1) {
    display: none !important;
    }

    I have to add css in main css theme?

    b) Respect hide end time in frontend. I have found a ticket that said it´s possible hide end time - https://tmsplugins.ticksy.com//ticket/2140105/:

    "In both case you would need to have time slots, but with some custom CSS it is makeable to hide the end time"

    Then, is it possible hide end time or not?

    c) Respect group appoitments in same date/hour:

    I have created an employee as a generic table (only visible). The other employees (tables) have been created as invisible. Thus, the reservations that are made will all go to the generic table and later, once the reservation is accepted, it will be assigned to its corresponding table.
    The problem is that once, for example, several users make a reservation on the same date / time, in the backend it comes out as a single group reservation, so the modifications it makes affects all reservations.
    How could you solve this problem? Would it be possible that multiple reservations made on the same date / time can be managed as separate reservations instead of a group reservation?

    d) In the test that I am doing of the reservation system, I have made three different reservations on the same date / time. When I try to make more reservations on that date / time the system does not allow it, so it blocks that time.

    As I said, there is only one visible employee (table). What limitations does the employee (table) have so that a time slot can be blocked?

    Thanks!

    PD Sorry for bringing together several different issues on the same ticket. In the future I will create a ticket for each issue.

  • [deleted] replied

    Hello Ismael, 

    a) You can add it as format HTML to the page where you have your Amelia shortcode, with style tags added, like this: 

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

    b) No, it can't be hidden with CSS. 

    c) No, unfortunately, it isn't possible to have separate reservations for the same employee/time slot in the back. They are group appointments in Amelia and can be managed as a group, they can't be divided to be one customer - one appointment, if they are all booked with the same employee.

    d) If the reservations are made for one employee, this is set by the Maximum capacity you set for that booked Service. The minimum and maximum capacity of the service configure the number of people that can book an appointment at a time and you can check out theAppointments settings to see how these settings apply to this min/max capacity set.