Okay
  Public Ticket #2725411
Editing Amelia Functionality Booking View
Closed

Comments

  • Andrea Rivero started the conversation

    What problem do you want to solve? 

    1: Remove the select employee drop down box on the booking view and have the employee be assigned based on the booking time picked instead.

    2: Have a radio button option - "I don't see a time I like- have someone call me" that bypasses the date picker if they are unable to find a booking time within the allotted employee hours. This way they can still pay for their booking but we have someone finalise the date themselves manually. 

  • [deleted] replied

    Hi Andrea,

    thank you for contacting us, and for taking interest in Aemelia!

    1. We can remove the drop down box with custom CSS, we would just need the URL to the page where Amelia Booking window is (once you set it up).

    2. Yes, Amelia has a Custom Field Radio Button included; you can name the options however you find suitable.

    I hope this helps.

  • Andrea Rivero replied

    Hi Ivana;


    Thank you so much for your prompt response.

    Here is the page: https://focusgdt.com/?page_id=221

    I just wasnt able to access the custom css so couldn't find how to do this.

    With the custom field I think you misunderstood me. Basically if the available dates in the calendar date picker arent suitable, the customer then should be able to pick an option that say "I don't see a time I like- please have someone call me back" that bypasses the date and time picker but still allows them to make an undated appointment and make payment for this appointment.


    A custom field would only work once they pick a date and time, is this possible?

  • [deleted] replied

    Hi Andrea,

    thank you for the kind reply, and for the link provided.

    Here is the code:

    #amelia-step-booking0 > div.am-select-service > form > div.el-form-item.am-select-employee-option {
        display: none!important;
    }
    

    You can place this CSS in WordPress > Appearance > Customize > Additional CSS.

    Unfortunately, Amelia does not have this kind of custom field option; they can select that however they would still be required to select date and time.

    You can suggest that as a feature request here, or check if there is such request there and vote for it.