Okay
  Public Ticket #2600068
amelia customise the Step-By-Step Booking Wizard
Closed

Comments

  •  2
    Kate Ward started the conversation

    Hi I've just bough the Amelia plugin to try out. I  would like to customise the Step-By-Step Booking Wizard slightly.

    Using the shortcode [ameliabooking service=1 employee=1]

    I'd like to skip the fist view ( see the attachment called skip this screen)and amend the second view:

    1. Can the text be changed from 'book an appointment' to 'book an Elf workshop'

    2. I'd like 'number of children' instead of 'bringing someone' - is this possible?

    3. Finally how do I use the 'Load booking form manually option'. I cannot find this in the docs anywhere.

    Many thanks

  •   [deleted] replied privately
  •   Kate Ward replied privately
  • [deleted] replied

    Hello Kate,

    That can be done with some custom CSS:

    .amelia-app-booking #am-step-booking .am-select-service, .amelia-app-booking .am-step-booking-catalog .am-select-service {
    transform: translateX(0%) !important;
    }
    .amelia-app-booking #am-step-booking .am-select-date, .amelia-app-booking .am-step-booking-catalog .am-select-date {
    transform: translateX(0%) !important;
    }

    When you add this to the booking page, the form will open up with the Service selection on the left, and the calendar on the right.

    That "Load booking form manually" option is if you need to put Amelia in buttons, or popups. You would need to add the ID of that element (button or popup or whatever), and Amelia will be loaded manually - on click.


  •  2
    Kate Ward replied

    Thats brilliant. Thanks Den.

  • Shambavi Jayaramaiah replied

    Hi!

    Did you figure out how to change the "Bringing anyone with you?" text to what you wanted? I'm looking to do the same, as well as change the text in the options that follow from "Persons" to People or omit the word entirely and just have numbers. I would love to get some help on this. Thank you.

  • [deleted] replied

    Hi Shambavi,

    I've just replied to the ticket you opened regarding this matter so please check it out. Thank you!

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.