Okay
  Public Ticket #2885979
Multiple Duration
Closed

Comments

  • Rufaidh started the conversation

    Hello there, I have a few important questions

    1. I would like to know if it's possible for customers to book for multiple hours at once while booking?

    2. Is it possible to hide the Employee names & profile images when booking. It should be only booked as "Any Artist" and we will be assigning manually from the backend.


    3. Also I want to change the label "On-Site" in Payment Method to a different Name. Can I do that? Also, I want to add a fee for the customers selecting this payment method.

    4. And I don't want the "ZIP" field on Stripe payment Please help me out with these. 

    Sincerely, Rufaidh

  • Rufaidh replied

    Someone help me out here please

  • [deleted] replied

    Hi Rufaidh

    Thank you for reaching out to us.

    1. It is only possible to book multiple appointments at once using our Packages feature available in Pro version, you can read more information in our documentation

    https://wpamelia.com/packages/

    2. In the Customize tab you can disable this drop down menu from showing

    5955827311.png

    Or you can hide the employee drop-down using this custom CSS:

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

    and to hide them from booking recap you can use this CSS

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

    Please note that the employees will be randomly assigned to services this way but you can reassign them from the backend as you see fit.

    3. You can change the wording with Loco Translate or POedit but I'm afraid currently you cannot change the icon.

    We released an updated visual experience, but we did not take this into consideration. This was already reported to us by a few customers, so our developers already have a task to allow customization of payment icons.

    I can't guarantee that it will be included in the next update, but I believe they'll be able to allow you to choose the old vs the new appearance of the payment. That could be a short workaround until the payment icons are included in the new customize section.

    Sorry for the inconvenience.

    4. I can explain how to find and copy the selectors you need to use to hide something.

    Right-click on the part you wish to hide and inspect the element:

    1262040153.png

    Then, when you hover over the code, that section will be highlighted in the modal. Right-click on the code that highlights the entire div, and go to copy/copy selector:

    4176821730.png

    Paste that selector, and add "display: none !important;", like this for example if you want to hide something

    #tab-extras {
    display: none !important;
    }
    

    So, now Extras field is hidden:

    9020166499.png

    Certain selectors can't be combined, so if it doesn't work when you separate them with a coma, simply add another selector below }

    If this doesn't help either, we can recommend these services for customization

    https://codeable.io/?ref=l1TW1

    https://wpkraken.io/?tms-plugins

  •   Rufaidh replied privately
  • [deleted] replied

    You are most welcomesmile.png

    1. You can add extras to the service so during booking your clients will be able to add additional hours, if that will suit you. You can add extras in the service settings 

    1394056259.png

    The client can go back and forth through the booking form if they need to modify their selections.

    3. Can you show me where the translation didn't stick? 

    Also did you clear your website and browser cache after these changes? (mobile browser needs to be cleared as well so it would load the fresh page and not show you a saved version of the page) 

  • Rufaidh replied

    hello,

    I wanted to change the label of “On-Site” to (After Service). 

    But it didn’t update.


    And yes I tried it in incognito after every changes but still it didn’t work only on mobile browser.


    please help me out with these..

  •   Rufaidh replied privately
  • [deleted] replied

    Hi Rufaidh

    I'm afraid this is the icon I was talking about.

    As I said in my initial reply we released an updated visual experience, but we did not take this into consideration. This was already reported to us by a few customers, so our developers already have a task to allow customization of payment icons.

    I can't guarantee that it will be included in the next update, but I believe they'll be able to allow you to choose the old vs the new appearance of the payment. That could be a short workaround until the payment icons are included in the new customize section.

    Sorry for the inconvenience.

    Is there anywhere else on the site where you are no able to change this?

  • Rufaidh replied

    Hey,
    I meant that I want  to change only the text and not the icon.

    Can we change only the text.

    Thank You.

  • [deleted] replied

    This entire block is an icon and it cannot be changed yet.

    4131365827.png


  • Rufaidh replied

    Also I want the working hours to be 10am to 9.30 with 15 min buffer before and after.


    Thank You..

  • Rufaidh replied

    Hi,

    Can I land my customers directly to this page

    1857323264.png

    Without landing in this page

    9422107393.png

    Thank You.

  • Rufaidh replied

    expecting a respond

  • [deleted] replied

    Hi, Rufaidh,

    Sorry for the delayed response.

    1. You can set the Employee's working hours in the Employee's profile, for example:

    5QRYeZrVxxeIadP9rXyY7oIA_N8HkBlVq3kvc0BixoszFoNoVkqqWj4FitTJHns9HbiXEnGucjWqzVIVjdAgGRqus2D2JputlQs8hMhFj3-Bc00rxnEavTtdq4_-AtBgaKVOwJXu=s0

    But in your case, it will be 10.00 - 21.30.

    Probably, you should add Buffer times to the Service settings, otherwise, if you add them as breaks in working hours, it will overcomplicate the working hours schedule. Please note that in order to add Buffer time with a duration of 15 mins, your Default time sot step in Amelia -> General settings should be set to 15 mins and less. 

    2. I'm afraid, at the moment it's not possible to skip the first step of the booking form and show the Calendar straight away.

    You can suggest that as a feature request here, or check if this request was already submitted and vote for it. 

    Best Regards.